GiftCardTransaction - admin-graphql - INTERFACE
Version: 2025-01
Description:
Represents information about the metafields associated to the specified resource.
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! - The unique ID for the transaction.
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!
Types implemented in
GiftCardCreditTransaction
GiftCardDebitTransaction
Examples