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?