Sign in

Create gift card

documented

Create a gift card.

POST /admin/api/2026-01/gift_cards.jsonGift Cardsno implementation yet0 runs
No 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}}}}'
Create gift card · Shopify · OpenIntegrations