Create a Gift Card in Shopify, with a given value in the store's default currency.
| Name | Type | Description |
|---|
| Shopify Subdomain | String | Shopify Subdomain |
| Shopify Token | SensitiveString | Shopify API Token |
| Customer Email | String | Email of the customer to receive the gift card |
| Note | String | Agent-facing note |
| Gift Card Value | String | Gift Card value in store's default currency |
| Shopify Version | Optional String | The Shopify API version to use - defaults to 2024-01 |
| Name | Type | Description |
|---|
| Success | Boolean | Success |
| Gift Card | Object | Object response from Shopify of the Gift Card created |
| Error | String | Error message |