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'
The updated 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
{ "tag1": "value1", "tag2": "value2" }Order resource updated
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"
[
{
"order_id": "12345654",
"state": "new",
"datetime": "2018-08-02T09:24:02.142Z",
"location": "Berlin"
}
]{ "tag1": "value1", "tag2": "value2" }