Skip to main content
POST
Adjust Inventory

Adjust Inventory

Adjusts the inventory level for an inventory item at a location by a relative amount. Use positive numbers to increase inventory and negative numbers to decrease.

Request

Body Parameters

string
required
The inventory item ID to adjust
string
required
The location ID where the adjustment should be made
integer
required
The amount to adjust by (positive to increase, negative to decrease)
string
Reason for the adjustment (for audit trail)

Response

boolean
Whether the request succeeded
object
The updated inventory level

Example Response

Batch Adjustments

For adjusting multiple inventory items at once, use the batch endpoint:

Common Adjustment Reasons

Error Codes