Item Adjustments
Item Adjustments are used to synchronize the inventory/stock to account for things that occur outside the normal business like theft, damaged goods, data entry error etc.
Attribute
quantity
and value
only.item_id
,name
,description
,quantity_adjusted
,unit
,adjustment_account_id
,warehouse_id
.Create an item adjustment
Creates a new item adjustment in Zoho Inventory.
OAuth Scope : ZohoInventory.inventoryadjustments.CREATE
Arguments
quantity
and value
only.item_id
,name
,description
,quantity_adjusted
,unit
,adjustment_account_id
,warehouse_id
.List all the item adjustments
Lists all the item adjustments present in Zoho Inventory.
OAuth Scope : ZohoInventory.inventoryadjustments.READ
Update an item adjustment
Update the details of an existing item adjustment by quantity.
OAuth Scope : ZohoInventory.inventoryadjustments.UPDATE
Arguments
quantity
and value
only.item_id
,line_item_id
,name
,description
,quantity_adjusted
,unit
,adjustment_account_id
,warehouse_id
.Retrieve an item adjustment
Fetches the details for an existing item adjustment.
OAuth Scope : ZohoInventory.inventoryadjustments.READ
Delete an item adjustment
Deletes an existing item adjustment from Zoho Inventory.
OAuth Scope : ZohoInventory.inventoryadjustments.DELETE