- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
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 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?