Skip to main content
Anchor to GiftCardProductSettings

GiftCardProductSettings

object

Requires read_products access scope.

The gift card configuration settings for a Product, including the issuanceCurrency and whether the gift card can be redeemed across currencies via crossCurrencyRedeemable. Configure these settings when creating a gift card product with the giftCardProductSet mutation.

Anchor to crossCurrencyRedeemablecrossCurrencyRedeemable
•Boolean!
non-null

Whether the gift card can be redeemed in currencies other than the issuance currency.

•CurrencyCode

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.


Was this section helpful?