Skip to main content
Skip to main content

AdminPostOrdersOrderReq

constructor


Properties

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