AdminPostDraftOrdersDraftOrderReq
constructor
Properties
billing_address
string | AddressPayloadThe Address to be used for billing purposes.
country_code
stringThe 2 character ISO code for the Country.
customer_id
stringThe ID of the customer this draft order is associated with.
discounts
Discount[]An array of Discount codes to add to the Draft Order.
discounts
Discount[]email
stringAn email to be used in the Draft Order.
no_notification_order
booleanAn optional flag passed to the resulting order that indicates whether the customer should receive notifications about order updates.
region_id
stringThe ID of the Region to create the Draft Order in.
shipping_address
string | AddressPayloadThe Address to be used for shipping purposes.
Was this section helpful?