list_products
Retrieve store products with filters for modified date, type, or keyword, and paginate through results using a cursor, up to 50 per page.
Instructions
List store products (Products v2; up to 50 per page).
Use to browse the catalog. Filter with modified_after / modified_before
(ISO-8601 UTC, e.g. 2024-01-01T00:00:00Z), type
(PHYSICAL | SERVICE | GIFT_CARD | DIGITAL), or query (free-text search).
Page forward with cursor from the previous response's
pagination.nextPageCursor — send cursor ALONE, it cannot be combined
with the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| query | No | ||
| cursor | No | ||
| modified_after | No | ||
| modified_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||