Back to Shopify Inventory
Connect Knoon AI with Shopify Inventory (Shopify) to automate AI workflows.
List Shopify inventory items with optional search and pagination.
shopifyInventoryListInventoryItems
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| query | mustache | Optional Shopify inventory item search query, for example "sku:ABC-123". | No |
| first | number | Number of inventory items to return. Max 100. | No |
| last | number | Number of inventory items to return from the end of the result set. Max 100. | No |
| after | mustache | Return inventory items after this cursor. | No |
| before | mustache | Return inventory items before this cursor. | No |
| reverse | boolean | If true, reverse the default ordering. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | object | Matching inventory items with pagination info. |