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