ecommerce_listProductsV1
List a store's products newest first with summaries, filters for status, text, or IDs, and optional embedded variants and media.
Instructions
List a store's products newest first as lean summaries (name, status, thumbnail, variant count and price range). Prices are integers in the smallest currency unit and live on variants. Filter by status, free text or a set of product ids. Use include=variants to embed each product's variants with prices and inventory, and include=media to embed its media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search over product title and SKU. | |
| page | No | Page number | |
| status | No | Product statuses to include. | |
| include | No | Opt-in heavy data: "variants" embeds each product's variants; "media" embeds its media. | |
| store_id | Yes | The ID of the store to list products for. | |
| product_ids | No | Restrict to these product ids. Doubles as a single-product lookup. Up to 200 ids. |