GiftCardCreditTransaction - admin-graphql - OBJECT
Version: 2025-01
Description:
A credit transaction which increases the gift card balance.
Access Scopes
`read_gift_card_transactions` access scope.
Fields
amount
: MoneyV2! - The amount of the transaction.
giftCard
: GiftCard! - The gift card that the transaction belongs to.
id
: ID! - A globally-unique ID.
metafield
: Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
note
: String - A note about the transaction.
processedAt
: DateTime! - The date and time when the transaction was processed.
Connections
metafields
: MetafieldConnection!
Related queries
Related mutations
giftCardCredit
Credit a gift card.
Related Unions
Examples