AdminPostOrdersOrderReq
The details to update of the order.
Properties
email
stringThe email associated with the order
billing_address
AddressPayloadThe order's billing address
billing_address
AddressPayloadshipping_address
AddressPayloadThe order's shipping address
shipping_address
AddressPayloaditems
Record<string, unknown>[]The line items of the order
region
stringID of the region that the order is associated with.
discounts
Record<string, unknown>[]The discounts applied to the order
customer_id
stringThe ID of the customer associated with the order.
payment_method
PaymentMethodThe payment method chosen for the order.
payment_method
PaymentMethodshipping_method
ShippingMethod[]The Shipping Method used for shipping the order.
shipping_method
ShippingMethod[]no_notification
booleanIf set to
true
, no notification will be sent to the customer related to this order.Was this section helpful?