get_inventory_item
Retrieves detailed inventory data for a specific item by ID or SKU, including tracked status, available quantities across locations, and variant associations.
Instructions
This tool retrieves detailed information about a specific inventory item by ID or SKU. It returns comprehensive inventory data including tracked status, available quantities across all locations, and associated variant information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the inventory item (e.g., "gid://shopify/InventoryItem/12345") | |
| sku | No | The SKU of the inventory item (e.g., "XYZ-12345") |