Replace Order
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
Body
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" }Response
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" }
