gift Card
Requires access scope.
Retrieves a by its ID. Returns the gift card's balance, transaction history, Customer information, and whether it's enabled.
Additional fields include the initial value, expiration date, deactivation timestamp (if applicable), and the associated Order if the gift card was purchased by a customer through checkout. Gift cards that merchants create manually won't have an associated order.
Arguments
- •ID!required
The ID of the GiftCard to return.
Anchor to Possible returnsPossible returns
- Anchor to GiftCardGift•Gift
Card Card A gift card that customers use as a payment method. Stores the initial value, current balance, and expiration date.
You can issue gift cards to a specific
Customeror send them to awith a personalized message. The card tracks its transaction history throughandrecords. You can create and deactivate gift cards using theandmutations, respectively.NoteAfter a gift card is deactivated, it can't be used for further purchases or re-enabled.