UpdateOrderDTO
The attributes to update in the order.
id
stringOptionalThe ID of the order.
version
numberOptionalThe version of the order.
region_id
stringOptionalThe associated region's ID.
customer_id
stringOptionalThe associated customer's ID.
sales_channel_id
stringOptionalThe associated sales channel's ID.
The status of the order.
is_draft_order
booleanOptionalWhether the order is a draft order.
The items of the order.
The shipping address of the order.
The billing address of the order.
email
stringOptionalThe email of the customer that placed the order.
no_notification
booleanOptionalWhether the customer should receive notifications
about order updates.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?