Create Order
Authorizations
We use JWT Tokens for the authorization.
Please add an 'Authorization' header for a request. Generate a valid JWT token using user credentials. See Auth - Token section.
The value should contain the following:
'Bearer GENERATED_TOKEN'
Body
The new Order resource
Class Order
The unique shop order ID. Used as ID for the resource
The shop URL (a domain from which the order was created.)
A flag shows whether all order shipments are created
Response
Order resource created
Class Order
The unique shop order ID. Used as ID for the resource
The shop URL (a domain from which the order was created.)
A flag shows whether all order shipments are created
"new"

