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'
Date filter, example: 2025-04-09T11:47:19+02:00
Date filter, example: 2025-04-09T11:47:19+02:00
Date filter, example: 2025-04-09T11:47:19+02:00
Date filter, example: 2025-04-09T11:47:19+02:00
The collection page number
The number of items per page (maximum of 100 records can be fetched with one call.)
Order collection response
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" }