OrderDTO
id
stringRequiredThe ID of the order.
version
numberRequiredThe version of the order.
currency_code
stringRequiredThe currency of the order
region_id
stringThe ID of the region the order belongs to.
customer_id
stringThe ID of the customer on the order.
sales_channel_id
stringThe ID of the sales channel the order belongs to.
email
stringThe email of the order.
The associated shipping address.
The associated billing address.
The associated order details / line items.
The associated shipping methods
The tramsactions associated with the order
summary
OrderSummaryDTOThe summary of the order totals.
summary
OrderSummaryDTOmetadata
null | Record<string, unknown>Holds custom data in key-value pairs.
created_at
string | DateWhen the order was created.
updated_at
string | DateWhen the order was updated.
Was this section helpful?