Shopify Connector
Documentation
Version: 1
Documentation

EndPoint Get Inventory Levels


Name

get_inventory_levels

Description

Gets inventory level for a specific location and inventory item. [API reference]

Parameters

Parameter Label Required Options Description
inventory_item_ids inventory_item_ids NO Inventory Item Id(s) - Comma separated
location_ids location_ids NO Location Id(s) - Comma separated
updated_at_min Updated at or after NO Show inventory levels updated at or after date (format: 2019-03-19T01:21:44-04:00).
limit Page Size NO The maximum number of records to show.

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
InventoryItemId DT_I8 bigint False
LocationId DT_I8 bigint False
UpdatedAt DT_DBTIMESTAMP datetime False
Available DT_I4 int False

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.