List gift cards
Returns the gift cards issued by the current store. Filter by
q[code_cont] for code search, q[user_id_eq] for cards issued
to a specific customer, or q[state_eq] for status filtering.
Required scope: read_gift_cards (for API-key authentication).
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Query Parameters
Page number
Number of records per page
Filter by gift card code (contains)
Filter by status (active, redeemed, partially_redeemed, canceled)
Sort by field. Prefix with - for descending (e.g., -created_at).
Comma-separated list of fields to include. id is always included.

