Objects
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
Related types
Was this page helpful?