CartRemoveGiftCardPayload
Result of cartRemoveGiftCard.
type CartRemoveGiftCardPayload {
cart: Cart
userErrors: [UserError!]!
warnings: [CartWarning!]!
}
Fields
CartRemoveGiftCardPayload.cart ● Cart object
The updated cart with the gift card removed from appliedGiftCards.
CartRemoveGiftCardPayload.userErrors ● [UserError!]! non-null object
Business / validation errors carrying a stable CartErrorCode in code.
CartRemoveGiftCardPayload.warnings ● [CartWarning!]! non-null object
Non-fatal advisories — the mutation itself succeeded.
Returned By
cartRemoveGiftCard mutation