checkoutShippingAddressUpdate
Update shipping address.
checkoutShippingAddressUpdate(
checkoutId: ID!
shippingAddress: AddressInput!
): CheckoutShippingAddressUpdate!
Arguments
checkoutShippingAddressUpdate.checkoutId ● ID! non-null scalar
checkoutShippingAddressUpdate.shippingAddress ● AddressInput! non-null input
Type
CheckoutShippingAddressUpdate object
Result of checkout shipping address update mutation.