get_products
Retrieve products from a Shopify store with optional filters, sorting, and pagination to access targeted product information.
Instructions
Fetch products from the Shopify store with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of products to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'title:shirt', 'product_type:clothing') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |