Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1002 Bytes

Order.md

File metadata and controls

16 lines (13 loc) · 1002 Bytes

Brevo::Order

Properties

Name Type Description Notes
id String Unique ID of the order.
created_at String Event occurrence UTC date-time (YYYY-MM-DDTHH:mm:ssZ), when order is actually created.
updated_at 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 Float Total amount of the order, including all shipping expenses, tax and the price of items.
products Array<OrderProducts>
email String Email of the contact, Mandatory if &quot;phone&quot; field is not passed in &quot;billing&quot; parameter. [optional]
billing OrderBilling [optional]
coupons Array<String> Coupons applied to the order. Stored case insensitive. [optional]