get_gift_cards
Fetch gift cards from your Shopify store. Filter by status, code, or balance, sort, and paginate results.
Instructions
Fetch gift cards from the store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of gift cards to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'status:active', 'code:MYGIFT') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |