diff --git a/src/guides/v2.3/graphql/queries/giftcard-account.md b/src/guides/v2.3/graphql/queries/giftcard-account.md index 31d320ea0f3..23b6102f766 100644 --- a/src/guides/v2.3/graphql/queries/giftcard-account.md +++ b/src/guides/v2.3/graphql/queries/giftcard-account.md @@ -69,3 +69,10 @@ Attribute | Data Type | Description `balance` | Money | Returns the currency and remaining balance of the gift card `code` | String | Returns the gift card code `expiration_date` | String | Returns the date when the gift card expires, if any + +## Errors + +Error | Description +--- | --- +`Gift card not found` | The specified `gift_card_code` value does not exist in the `giftcardaccount` table, or the full amount has already been redeemed. +`Field GiftCardAccountInput.gift_card_code of required type String! was not provided` | The value specified in the `GiftCardAccountInput.gift_card_code` argument is empty.