AdminPostOrdersOrderReq
Properties
billing_addressAddressPayloadThe order's billing address
customer_idstringThe ID of the customer associated with the order.
discountsRecord<string, unknown>[]The discounts applied to the order
emailstringThe email associated with the order
itemsRecord<string, unknown>[]The line items of the order
no_notificationbooleanIf set to
true, no notification will be sent to the customer related to this order.payment_methodPaymentMethodThe payment method chosen for the order.
regionstringID of the region that the order is associated with.
shipping_addressAddressPayloadThe order's shipping address
shipping_methodShippingMethod[]The Shipping Method used for shipping the order.
Was this section helpful?