Skip to main content
interface

Requires read_gift_card_transactions access scope.

Interface for a gift card transaction.

โ€ขMoneyV2!
non-null

The amount of the transaction.

โ€ขGiftCard!
non-null

The gift card that the transaction belongs to.

โ€ขID!
non-null

The unique ID for the transaction.

โ€ขMetafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

โ€ขMetafieldConnection!
non-null

A list of custom fields that a merchant associates with a Shopify resource.

โ€ขString

A note about the transaction.

โ€ขDateTime!
non-null

The date and time when the transaction was processed.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

โ€ขOBJECT

A credit transaction which increases the gift card balance.

โ€ขMoneyV2!
non-null

The amount of the transaction.

โ€ขGiftCard!
non-null

The gift card that the transaction belongs to.

โ€ขID!
non-null

A globally-unique ID.

โ€ขMetafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

โ€ขMetafieldConnection!
non-null

A list of custom fields that a merchant associates with a Shopify resource.

โ€ขString

A note about the transaction.

โ€ขDateTime!
non-null

The date and time when the transaction was processed.

โ€ขOBJECT

A debit transaction which decreases the gift card balance.

โ€ขMoneyV2!
non-null

The amount of the transaction.

โ€ขGiftCard!
non-null

The gift card that the transaction belongs to.

โ€ขID!
non-null

A globally-unique ID.

โ€ขMetafield

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

โ€ขMetafieldConnection!
non-null

A list of custom fields that a merchant associates with a Shopify resource.

โ€ขString

A note about the transaction.

โ€ขDateTime!
non-null

The date and time when the transaction was processed.


Was this section helpful?