- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
CreateOrderDTO
The data of the order to be created.
region_id
stringOptionalThe associated region's ID.
customer_id
stringOptionalThe associated customer's ID.
sales_channel_id
stringOptionalThe associated sales channel's ID.
status
stringOptionalThe status of the order.
email
stringOptionalThe email of the customer that placed the order.
currency_code
stringOptionalThe currency code of the order.
shipping_address_id
stringOptionalThe associated shipping address's ID.
billing_address_id
stringOptionalThe associated billing address's ID.
The shipping address of the order.
The billing address of the order.
no_notification
booleanOptionalWhether the customer should receive notifications about
order updates.
The items of the order.
The shipping methods of the order.
The credit lines of the order.
The transactions of the order.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
promo_codes
string[]OptionalThe promo codes of the order.
Was this page helpful?