List gift cards
list_gift_cardsList store gift cards page by page, with optional filters for status and purchase date.
Instructions
List gift cards of the store (paginated), with optional status and purchase-date filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| status | No | Filter by gift card status. | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. | |
| purchased_date_to | No | Filter by purchase date: end of the range, inclusive (ISO 8601). | |
| purchased_date_from | No | Filter by purchase date: start of the range, inclusive (ISO 8601). |