| Step Details |
| Introduced in Version | 9.22 |
| Last Modified in Version | 9.22 |
| Location | Integration > Shopify > Inventory |
The Adjust Inventory Available step updates the available inventory quantity for a specific inventory item at a given location in a Shopify store using the Shopify Admin API. This step allows inventory levels to be incremented or decremented based on operational needs.
This step is commonly used in scenarios such as order fulfillment, stock adjustments, or syncing inventory levels with external systems. It can be combined with steps that retrieve inventory item IDs and location IDs to accurately manage stock across multiple locations.
Prerequisites
This step requires the Shopify module to be installed and a configured OAuth token with appropriate Shopify Admin API scopes (such as write_inventory).
Properties
Connection
| Property | Description | Data Type |
|---|
| Store Domain | The Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com). | String |
| Token | The access token used to authenticate requests to the Shopify Admin API. | String |
Inputs
| Property | Description | Data Type |
|---|
| Delta | The amount by which the inventory quantity should be adjusted. Positive values increase inventory, while negative values decrease it. | Int32 |
| Inventory Item Id | The unique identifier of the inventory item whose quantity will be adjusted. | String |
| Location Id | The unique identifier of the location where the inventory adjustment will be applied. | String |
Outputs
| Property | Description | Data Type |
|---|
| Inventory Item Id | The unique identifier of the inventory item that was updated. | String |
| Location Id | The unique identifier of the location where the inventory was adjusted. | String |
| Available | The updated available inventory quantity after the adjustment. This value may be null depending on the response. | Int32 |
| User Errors | A list of errors returned by Shopify if the request fails validation or cannot be processed. | List |


Step Changes
| Description | Version | Date | Developer Task |
|---|
| Initial release of the Adjust Inventory Available step as part of the Shopify module. | 9.22 | Mar 2026 | DT-046986 |