Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Create a new order in the store
"123e4567-e89b-12d3-a456-426614174000"
Order status, can be any of { not_finalized: 0, in_progress: 1, completed: 2, late: 3, exception: 4, draft: 5, pending_review: 6 }
0, 1, 2, 3, 4, 5, 6 1
120
"123e4567-e89b-12d3-a456-426614174000"
"123e4567-e89b-12d3-a456-426614174000"
"Shipping Method"
"2021-01-01T00:00:00Z"
Incoterms, can be any of { exw: 0, fca: 1, cpt: 2, cip: 3, dap: 4, dpu: 5, ddp: 6, fas: 7, fob: 8, cfr: 9, cif: 10 }
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 1
true
Currency, can be any of { usd: 0, eur: 1, gbp: 2, cny: 3 }
0, 1, 2, 3 1
"123e4567-e89b-12d3-a456-426614174000"
"123e4567-e89b-12d3-a456-426614174000"
"2021-01-01"
"2021-01-01"
Order mode, can be any of { fpp: 0, cmt: 1 }
0, 1 1
Response
Successful operation
"123e4567-e89b-12d3-a456-426614174000"