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