Skip to main content
Skip to main content

OrderDTO

idstringRequired
The ID of the order.
versionnumberRequired
The version of the order.
currency_codestringRequired
The currency of the order
region_idstring
The ID of the region the order belongs to.
customer_idstring
The ID of the customer on the order.
sales_channel_idstring
The ID of the sales channel the order belongs to.
emailstring
The email of the order.
shipping_addressOrderAddressDTO
The associated shipping address.
billing_addressOrderAddressDTO
The associated billing address.
The associated order details / line items.
shipping_methodsOrderShippingMethodDTO[]
The associated shipping methods
transactionsOrderTransactionDTO[]
The tramsactions associated with the order
The summary of the order totals.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
created_atstring | Date
When the order was created.
updated_atstring | Date
When the order was updated.
Was this section helpful?