AdminPostOrdersOrderReq
Properties
billing_address
AddressPayloadThe order's billing address
customer_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.
region
stringID of the region that the order is associated with.
shipping_address
AddressPayloadThe order's shipping address
shipping_method
ShippingMethod[]The Shipping Method used for shipping the order.
Was this section helpful?