Name | Type | Description | Notes |
---|---|---|---|
Id | string | Unique ID of the order. | [default to null] |
CreatedAt | string | Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created. | [default to null] |
UpdatedAt | string | Event updated UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when the status of the order is actually changed/updated. | [default to null] |
Status | string | State of the order. | [default to null] |
Amount | float32 | Total amount of the order, including all shipping expenses, tax and the price of items. | [default to null] |
Products | []OrderProducts | [default to null] | |
string | Email of the contact, Mandatory if "phone" field is not passed in "billing" parameter. | [optional] [default to null] | |
Billing | *OrderBilling | [optional] [default to null] | |
Coupons | []string | Coupons applied to the order. Stored case insensitive. | [optional] [default to null] |