/
Delete an Inventory line
Delete an Inventory line
Use this method to delete an inventory line.
Valid Tokens: Company.
Sold Boxes cannot be deleted through this method.
Related Articles
-
Add a Carrier (API)
-
-
-
-
Request
URL: https://api.kometsales.com/api/inventory.delete
Method: POST
Content-Type: application/JSON
Input parameters
authenticationToken (required)(string:50)
Komet Sales security token.
InventorylineId (required) (integer:20)
Inventory line ID.
You can get the line ID from the API method inventory.list, in the orderItemId
field.
{
"authenticationToken": "88ets07ldt0o75pa775jieira8",
"inventoryId": 903567
}
Response
message (string)
Transaction status description.
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 Failure
{
"message": "The inventory Item has been updated successfully",
"status": 1
}
Peacock
Related content
Delete an Item from a Purchase Order
Delete an Item from a Purchase Order
More like this
Delete units from the Inventory
Delete units from the Inventory
More like this
Delete an Item from a Prebook
Delete an Item from a Prebook
More like this
Delete a Standing Order
Delete a Standing Order
More like this
Delete an Invoice Item
Delete an Invoice Item
More like this
Update the Status of Boxes in the Inventory
Update the Status of Boxes in the Inventory
More like this