/
Change the Rack Location of a Box
Change the Rack Location of a Box
Use this method to change the position of the rack location of one box.
Valid Tokens: Company.
Related Articles
-
Order Cancellation Webhook (Knowledge Base)
-
Delete a Prebook 1.0 (API)
-
-
Getting Started (API)
-
Request
URL: https://api.kometsales.com/api/box.position.change
Method: POST
Content-Type: application/JSON
Input Parameters
authenticationToken (required)(string:50)
Komet Sales security token.
boxCode (required)(string:20)
The box code.
position (optional)(string:4)
The rack position or location.
{
"authenticationToken": "token_info_goes_here",
"boxCode":"KS5704495",
"position": "A1"
}
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
boxOldPosition (string:5)
The scanned box previous location.
{
"status": "1",
"message": "success",
"boxOldPosition": "AC2"
}
Peacock
, multiple selections available,
Related content
Assign and update Rack Position to Boxes
Assign and update Rack Position to Boxes
Read with this
Settings - Multi-Locations - Locations
Settings - Multi-Locations - Locations
More like this
Add Inventory
Add Inventory
More like this
Switching warehouse, what can I do?
Switching warehouse, what can I do?
More like this
UIM - Receiving and Opening Boxes
UIM - Receiving and Opening Boxes
More like this