list_shopify_inventory
List product variant inventory levels from the connected Shopify store — SKU, quantity, and which product each variant belongs to. Optional query (Shopify search syntax) filters by product/variant. Use to check current stock levels before restocking or listing decisions.
Routing: Shopify inventory: variant stock levels (SKU/quantity) from the live store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many variants to return (default 20, max 50) | |
| query | No | Optional Shopify variant/product search, e.g. "sku:ABC-1" or "product_title:shampoo" | |
| companyId | Yes | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |