Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Comma-separated fields that should be included in the returned data. if a field is prefixed with +
it will be added to the default fields, using -
will remove it from the default fields. without prefix it will replace the entire default fields.
Body
The draft order's details.
The ID of the associated sales channel.
The email of the draft order's customer.
The ID of the draft order's customer.
The ID of the associated region.
The draft order's currency code.
The draft order's shipping methods.
The draft order's metadata.
The draft order's status.
completed
The billing address's details.
The draft order's shipping address.
The draft order's items.
The promotion codes applied on the draft order.
A promotion code.
Whether to send the customer notifications on order changes.
Pass additional custom data to the API route. This data is passed to the underlying workflow under the additional_data
parameter.
Response
OK
The draft order's details.
The draft order's details.