create_gift_card
Creates a new gift card for a Shopify store, with options to set initial value, custom code, expiration, note, and associate with a customer.
Instructions
Create a new gift card
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Custom code (optional, auto-generated if not provided) | |
| note | No | Internal note | |
| expiresAt | No | Expiration date (ISO 8601 format) | |
| customerId | No | Associate with a customer | |
| initialValue | Yes | Initial value of the gift card |