Error
Orders
Get Order by ID
GET
Error
Documentation Index
Fetch the complete documentation index at: https://docs.claim.me/llms.txt
Use this file to discover all available pages before exploring further.
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'
Path Parameters
Response
Order resource response
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
Example:
"new"
Example:
[
{
"order_id": "12345654",
"state": "new",
"datetime": "2018-08-02T09:24:02.142Z",
"location": "Berlin"
}
]Example:
{ "tag1": "value1", "tag2": "value2" }
