List Products
product_listRetrieve Shopify products with optional search, vendor filters, and pagination. Get JSON or Markdown responses for inventory operations.
Instructions
List products from a Shopify store with optional filtering and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of products to return (1-250) | |
| query | No | Search query (e.g., 'title:shirt' or 'vendor:Nike') | |
| store | Yes | Store name (use store_list to see available stores) | |
| cursor | No | Pagination cursor from previous response | |
| response_format | No | Response format | json |