Reallocate location
Updates location number of the existing allocation. To update other details, PUT /allocation/{allocationId}
endpoint is recommended.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
Body
Channel
"ship1233234555g"
Tenant ID
"ship1233234555g"
Unique ID of the document
Unique ID of the document
"98ff5c0bec0aed3c86202c32"
Document type
ALLOCATION
, ORDER
, SHIPMENT
, ALLOCATION ORDER
Id of the given document
"ship1233234555g"
Optional item list needs to be allocated
Optional item List needs to be allocated
Response
The response is of type string
.
Was this page helpful?