CartUpdateGiftCardRecipientPayload
Result of cartUpdateGiftCardRecipient.
type CartUpdateGiftCardRecipientPayload {
cart: Cart
userErrors: [UserError!]!
warnings: [CartWarning!]!
}
Fields
CartUpdateGiftCardRecipientPayload.cart ● Cart object
The updated cart with the new gift card recipient info on the target line.
CartUpdateGiftCardRecipientPayload.userErrors ● [UserError!]! non-null object
Business / validation errors carrying a stable CartErrorCode in code.
CartUpdateGiftCardRecipientPayload.warnings ● [CartWarning!]! non-null object
Non-fatal advisories — the mutation itself succeeded.
Returned By
cartUpdateGiftCardRecipient mutation