Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1011 Bytes

Order.md

File metadata and controls

18 lines (13 loc) · 1011 Bytes

Order

Properties

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