browse_products
Retrieve Shopify product listings with details like title, description, images, variants, and inventory. Use product_id for a complete view of a specific product.
Instructions
This tool retrieves a list of products with optional inventory information. It supports pagination and provides key product details like title, description, images, variants, and inventory levels. When provided with a specific product_id, it returns detailed information for that single product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of products to retrieve (default: 10) | |
| product_id | No | ID of a specific product to view (overrides limit) | |
| include_inventory | No | Whether to include detailed inventory information (default: false) |