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