CartUpdateNotePayload
Result of cartUpdateNote.
type CartUpdateNotePayload {
cart: Cart
userErrors: [UserError!]!
warnings: [CartWarning!]!
}
Fields
CartUpdateNotePayload.cart ● Cart object
The updated cart on success.
CartUpdateNotePayload.userErrors ● [UserError!]! non-null object
Business / validation errors carrying a stable CartErrorCode in code.
CartUpdateNotePayload.warnings ● [CartWarning!]! non-null object
Non-fatal advisories — the mutation itself succeeded.
Returned By
cartUpdateNote mutation