/
Mark a Box as Received by the Warehouse

Mark a Box as Received by the Warehouse

Use this method to mark a Box as Received by the Warehouse.

Valid Tokens: Company.


Related Articles

Request


URL: https://api.kometsales.com/api/box.warehouse.receive

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.


companyLocationId (integer:20)

The Company Location ID. Only applies to Multi-Location Companies.

You can get this value from the location.list API method.


{ "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.


{ "status": "1", "message": "success" }

Peacock

Related content

Mark a Box as Shipped by the Warehouse
Mark a Box as Shipped by the Warehouse
More like this
Boxes
Boxes
More like this
Update the Status of Boxes in the Inventory
Update the Status of Boxes in the Inventory
More like this
Change the Rack Location of a Box
Change the Rack Location of a Box
More like this
Get an AWB list
Get an AWB list
More like this
Confirm a Shipment
Confirm a Shipment
More like this