AI-generated Key Takeaways
-
Store sales transactions have several attributes including store, item, transaction date/time, transaction amount, currency code, conversion action, order ID, and custom value.
-
Transaction date/time is a required string field formatted as "YYYY-MM-DD HH:MM:SS[+/-HH:MM]".
-
Transaction amount is a required double field in micros and must be greater than 1000.
-
Currency code and conversion action resource name are also required string fields.
Attribute of the store sales transaction.
Fields | |
---|---|
|
Store attributes of the transaction. |
|
Item attributes of the transaction. Accessible only to customers on the allow-list. |
|
Timestamp when transaction occurred. Required. The format is "YYYY-MM-DD HH:MM:SS[+/-HH:MM]", where [+/-HH:MM] is an optional timezone offset from UTC. If the offset is absent, the API will use the account's timezone as default. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30+03:00" |
|
Transaction amount in micros. Required. Transaction amount in micros needs to be greater than 1000. If item Attributes are provided, it represents the total value of the items, after multiplying the unit price per item by the quantity provided in the ItemAttributes. |
|
Transaction currency code. ISO 4217 three-letter code is used. Required. |
|
The resource name of conversion action to report conversions to. Required. |
|
Transaction order id. Useful to group transactions which are part of the same order. |
|
Value of the custom variable for each transaction. Allowed only if a custom key is provided in the store sales metadata. |