Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This Use this method allows you to mark one a box as shipped Shipped from the warehouseWarehouse.

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "api" , "warehouse" )

Request


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

Method: POST

Content-Type: application/json


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


boxCode (required)(string:20)

The box code.


companyLocationId (integer:20)

Required if the company is in multi-location mode.

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


Code Block
{ 
  "authenticationToken": "token_info_goes_here",
  "boxCode":"KS5704495" 
}

Response


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


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