Shopify Issue Gift Card
Uses Shopify endpoint here: https://shopify.dev/docs/api/admin-rest/2024-01/resources/gift-card
Create a Gift Card in Shopify, with a given value in the store's default currency.
Inputs
| 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 | 
Outputs
| Name | Type | Description | 
|---|---|---|
| Success | Boolean | Success | 
| Gift Card | Object | Object response from Shopify of the Gift Card created | 
| Error | String | Error message | 
Updated over 1 year ago
