Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

Order.md

File metadata and controls

19 lines (15 loc) · 1.17 KB

Order

Properties

Name Type Description Notes
id str Unique ID of the order.
created_at str Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created.
updated_at str Event updated UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when the status of the order is actually changed/updated.
status str State of the order.
amount float Total amount of the order, including all shipping expenses, tax and the price of items.
store_id str ID of store where the order is placed [optional]
products list[OrderProducts]
email str Email of the contact, Mandatory if "phone" field is not passed in "billing" parameter. [optional]
billing OrderBilling [optional]
coupons list[str] Coupons applied to the order. Stored case insensitive. [optional]

[Back to Model list] [Back to API list] [Back to README]