CheckoutShippingAddressUpdate
Update shipping address in the existing checkout.
type CheckoutShippingAddressUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutShippingAddressUpdate.checkout ● Checkout object
An updated checkout.
CheckoutShippingAddressUpdate.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutShippingAddressUpdate mutation