Adjust inventory
V1
Square V1 APIs
We recommend using the Square API (V2) for all new development when possible. See When to use Connect V1 to learn more about working with V1 endpoints.
Deprecated
Adjusts the current available inventory of an item variation.
Permissions
ITEMS_WRITE
Deprecation date
2019-11-20
Retirement date
2020-11-18
Replaced by
BatchChangeInventory
Migration guide
Name | Description |
---|---|
location_
Required
|
The ID of the item's associated location. |
variation_
Required
|
The ID of the variation to adjust inventory information for. |
Name | Description |
---|---|
quantity_
|
The number to adjust the variation's quantity by. |
adjustment_
|
The reason for the inventory adjustment. |
memo
|
A note about the inventory adjustment. |
Response Fields
Name | Description |
---|---|
variation_
|
The variation that the entry corresponds to. |
quantity_
|
The current available quantity of the item variation. |