Order
Represents an order that a customer places for a product.
Fields
The order ID.
The ID of the Cart
this order belongs to.
We recommend accessing the cart
object directly. The id
as well as all other relevant properties can be accessed directly.
The cart used at checkout. Contains detailed line items, buyer info and product information.
The status of the order.
Required action that developer needs to perform on the order.
The list of events associated with the order.
Shipment details for the order.
Line item details for the order.
Return details for the order.
Marketplace order originated from.
The list of marketplace order IDs associated with the order
The tax value applied to the order.
The shipping amount for the order.
The value of all items on the order void of shipping and tax.
The total value of the order.
The time the order was created.
Related types
Was this page helpful?