Shopify Issue 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 7 months ago