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/mutations/remove-giftcard.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -77,3 +77,10 @@ Attribute | Data Type | Description
77
77
{% include graphql/cart-object.md %}
78
78
79
79
[Cart query output]({{page.baseurl}}/graphql/queries/cart.html#cart-output) provides more information about the `Cart` object.
80
+
81
+
## Errors
82
+
83
+
Error | Description
84
+
--- | ---
85
+
`Could not find a cart with ID \"xxxxx\"` | The ID provided in the `cart_id` field is invalid or the cart does not exist for the customer.
86
+
`The gift card couldn't be deleted from the quote.` | The value provided in the `gift_card_code` field is invalid or the gift card with that specific ID does not exist in the cart.
Copy file name to clipboardExpand all lines: src/guides/v2.4/graphql/mutations/remove-giftcard.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
{% include graphql/cart-object-24.md %}
70
70
71
71
[Cart query output]({{page.baseurl}}/graphql/queries/cart.html#cart-output) provides more information about the `Cart` object.
72
+
73
+
## Errors
74
+
75
+
Error | Description
76
+
--- | ---
77
+
`Could not find a cart with ID \"xxxxx\"` | The ID provided in the `cart_id` field is invalid or the cart does not exist for the customer.
78
+
`The gift card couldn't be deleted from the quote.` | The value provided in the `gift_card_code` field is invalid or the gift card with that specific ID does not exist in the cart.
0 commit comments