Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Adjust Inventory Available

Prev Next
Step Details
Introduced in Version9.22
Last Modified in Version9.22
LocationIntegration > 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

PropertyDescriptionData Type
Store DomainThe Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com).String
TokenThe access token used to authenticate requests to the Shopify Admin API.String

Inputs

PropertyDescriptionData Type
DeltaThe amount by which the inventory quantity should be adjusted. Positive values increase inventory, while negative values decrease it.Int32
Inventory Item IdThe unique identifier of the inventory item whose quantity will be adjusted.String
Location IdThe unique identifier of the location where the inventory adjustment will be applied.String

Outputs

PropertyDescriptionData Type
Inventory Item IdThe unique identifier of the inventory item that was updated.String
Location IdThe unique identifier of the location where the inventory was adjusted.String
AvailableThe updated available inventory quantity after the adjustment. This value may be null depending on the response.Int32
User ErrorsA list of errors returned by Shopify if the request fails validation or cannot be processed.List


Step Changes

DescriptionVersionDateDeveloper Task
Initial release of the Adjust Inventory Available step as part of the Shopify module.9.22Mar 2026DT-046986