Skip to main content
Anchor to GiftCardTransactionUserError

GiftCardTransactionUserError

object

Requires read_gift_card_transactions access scope.

Represents an error that happens during the execution of a gift card transaction mutation.

•GiftCardTransactionUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Credit a gift card.

Arguments

•ID!
required

The ID of the gift card to be credited.

•GiftCardCreditInput!
required

The input fields to credit a gift card.


•mutation

Debit a gift card.

Arguments

•ID!
required

The ID of the gift card to be debited.

•GiftCardDebitInput!
required

The input fields to debit a gift card.



Was this section helpful?


Was this section helpful?