Skip to main content
Skip to main content

AdminPostOrdersOrderReq

The details to update of the order.

Properties

emailstring
The email associated with the order
billing_addressAddressPayload
The order's billing address
shipping_addressAddressPayload
The order's shipping address
itemsRecord<string, unknown>[]
The line items of the order
regionstring
ID of the region that the order is associated with.
discountsRecord<string, unknown>[]
The discounts applied to the order
customer_idstring
The ID of the customer associated with the order.
payment_methodPaymentMethod
The payment method chosen for the order.
shipping_methodShippingMethod[]
The Shipping Method used for shipping the order.
no_notificationboolean
If set to true, no notification will be sent to the customer related to this order.
Was this section helpful?