Shopify Connector
Shopify Connector Help
Version 1
ZappySys Logo File Version: v1
Supported Engine: 11

EndPoint Get Inventory Levels


Name

get_inventory_levels

Description

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

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 DataType Length Raw Description
InventoryItemId DT_I8 0 False
LocationId DT_I8 0 False
UpdatedAt DT_DBTIMESTAMP 0 False
Available DT_I4 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.