You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/graphql/queries/giftcard-account.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,10 @@ Attribute | Data Type | Description
69
69
`balance` | Money | Returns the currency and remaining balance of the gift card
70
70
`code` | String | Returns the gift card code
71
71
`expiration_date` | String | Returns the date when the gift card expires, if any
72
+
73
+
## Errors
74
+
75
+
Error | Description
76
+
--- | ---
77
+
`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.
78
+
`Field GiftCardAccountInput.gift_card_code of required type String! was not provided` | The value specified in the `GiftCardAccountInput.gift_card_code` argument is empty.
0 commit comments