Versions Compared

Key

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

Anchor
topofpage
topofpage

Excerpt

Use this method to do this for that. You can also see extra information here.update the status of boxes in your inventory.

Tip

Valid Tokens: Company.

If there is a special function to take into account

.

Table of Contents

Table of Contents
minLevel1
maxLevel2
outlinefalse
excludeTable of Contents
typelist
printablefalse

Request


URL: https://api.kometsales.com/api/v2/inventory/count/boxes/update-inventory

Method: POST

Content-Type: application/JSON


Headers

authenticationToken (required)(string:50)

Komet Sales security token.


Input Parameters

boxCode (required)(string:200)

The box code.


boxPosition (optional)(string:10)

The rack position.


companyLocationId (optional)(string:10)

The location ID.

This parameter is required for multi-location companies.


Code Block
{
  "boxCode": "1324568",
  "boxPosition": "A000",
  "companyLocationId": "9"
}

Back to top


Response


status statusInventory (integer:1)

Transaction status. 1 = Success | 0 = Failure

Valid values: 0 = Invalid Security Token / Parameter boxCode is required | 1 = Ok | 2 = Box not found | 3 = Box has the same inventory status | 4 = Box was already sold | 11 = Box not in Inventory


message (string:500)

Transaction status description.


Code Block
{
  "status“boxAlreadyScannedPosition”: “A000”,
  "statusInventory": "13",
  "message": "TheBox additionalhas chargethe wassame successfullyinventory savedstatus."
}

Back to top


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