Versions Compared

Key

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

Use this method to update the information or amount of an Inventory item.

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
sorttitle
titleRelated Articles
cqllabel in ( "inventory-update" , "create-inventory" , "api-inventory" , "inventory-api" )
labelsinvoice invoice-creation order invoice-editing

Request


URL: https://api.kometsales.com/api/inventory.update

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string:50)

Sales security token.


inventoryId (required)(integer:20)

Inventory Item Line ID.


quantity (optional)(integer:4)

Number of boxes to add to the inventory. 

The maximum number of boxes per line is 100.


unitCost (required)(decimal:10,3)

The cost per Unit according to unitType.


priceA (optional)(decimal:10,3)

The price A.


priceB (optional)(decimal:10,3)

The price B.


Code Block
{
    "authenticationToken": "pfjup3eodu2p9sk729p7jsdl98",
    "inventoryId": 903359,
    "priceA": 4,
    "priceB": 7.919,
    "unitCost": 2.9888
}

Response


message (string:500)

Transaction status description.


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


Code Block
{
    "message": "The inventory Item has been updated successfully",
    "status": 1
}

We've encountered an issue exporting this macro. Please try exporting this page again later.