# Shopify Connector - Adjust inventory level

This action will adjust inventory level of an inventory item at the given location.

You must set up Inventory tracking (opens new window) on Shopify to use this action.

# Input

Field Description
Inventory item ID Shopify ID of the target inventory item.
Location ID Shopify ID of the location to adjust inventory level. To find the ID of the location, use the List locations action.
Quantity to adjust How much to adjust. This field accepts positive and negative numbers.
For example, 2 increases the current available quantity by 2, -3 decreases the current available quantity by 3.

# Output

Field Description
Inventory item ID The inventory item ID.
Location ID The location ID.
Available The quantity of inventory items available for sale. Returns null if the inventory item is not tracked.
Updated at When this inventory level was last available.
Admin GraphQL API ID A unique admin GraphQL API ID.


Last updated: 3/17/2021, 9:39:07 PM

On this page