OrderDTO
Properties
id
stringRequiredThe ID of the order.
version
numberRequiredThe version of the order.
currency_code
stringRequiredThe currency of the order
The original item total of the order.
The original item subtotal of the order.
The original item tax total of the order.
The item total of the order.
The item subtotal of the order.
The item tax total of the order.
The original total of the order.
The original subtotal of the order.
The original tax total of the order.
The total of the order.
The subtotal of the order. (Excluding taxes)
The tax total of the order.
The discount total of the order.
The discount tax total of the order.
The gift card total of the order.
The gift card tax total of the order.
The shipping total of the order.
The shipping subtotal of the order.
The shipping tax total of the order.
The original shipping total of the order.
The original shipping subtotal of the order.
The original shipping tax total of the order.
The raw original item total of the order.
The raw original item subtotal of the order.
The raw original item tax total of the order.
The raw item total of the order.
The raw item subtotal of the order.
The raw item tax total of the order.
The raw original total of the order.
The raw original subtotal of the order.
The raw original tax total of the order.
The raw total of the order.
The raw subtotal of the order. (Excluding taxes)
The raw tax total of the order.
The raw discount total of the order.
The raw discount tax total of the order.
The raw gift card total of the order.
The raw gift card tax total of the order.
The raw shipping total of the order.
The raw shipping subtotal of the order.
The raw shipping tax total of the order.
The raw original shipping total of the order.
The raw original shipping subtotal of the order.
The raw original shipping tax total 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?