Create gift card
documentedCreate a gift card.
POST /admin/api/2026-01/gift_cards.jsonGift Cardsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$store_domain}}.myshopify.com/admin/api/2026-01/gift_cards.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Shopify-Access-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-d '{"gift_card": {"note": "{{$note}}", "initial_value": "{{$initial_value}}", "code": "{{$code}}", "template_suffix": "{{$template_suffix}}", "customer_id": {{$customer_id}}}}'