Gift Card Product Settings
Requires access scope.
The gift card configuration settings for a
Product,
including the
and whether the gift card can be redeemed across currencies via
.
Configure these settings when creating a gift card product with the
mutation.
Anchor to FieldsFields
- crossCurrencyRedeemable (Boolean!)
- issuanceCurrency (CurrencyCode)
- Anchor to crossCurrencyRedeemablecross•Boolean!
Currency Redeemable non-null Whether the gift card can be redeemed in currencies other than the issuance currency.
- Anchor to issuanceCurrencyissuance•Currency
Currency Code The currency in which the gift card fulfilled by this product is issued. When this field isn't set the gift card will be issued in the shop's currency, the return value of this field will be
null. When this field is set the gift card product can only be purchased in the issuance currency. A checkout violation will prevent purchases if the checkout currency doesn't match the issuance currency. Extra care should be taken to only publish a gift card product with an issuance currency in markets where that currency can be guaranteed.