CheckoutShippingAddressUpdate
Result of checkout shipping address update mutation.
type CheckoutShippingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutShippingAddressUpdate.checkout ● Checkout object
The checkout with the updated shipping address.
CheckoutShippingAddressUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutShippingAddressUpdate mutation