An order is represented as a order object with the following entries:
Attribute | Type | Required | Description |
---|---|---|---|
|
| Required | The order id. |
|
| Required | The products in the order. Each product is an object with an ID, quantity, and unit price. |
|
| Required | The time of the order as a Unix Timestamp. |
|
| Required | The customer ID. |
|
| OptionalNeeded for using our Auto-Email and Audience products. | The customer email. |
|
| Optional | Status of the order. |