Skip to main content

checkoutShippingAddressUpdate

Update shipping address in the existing checkout.

checkoutShippingAddressUpdate(
checkoutId: ID!
shippingAddress: AddressInput!
): CheckoutShippingAddressUpdate

Arguments

checkoutShippingAddressUpdate.checkoutId ● ID! non-null scalar

ID of the checkout.

checkoutShippingAddressUpdate.shippingAddress ● AddressInput! non-null input

The mailing address to where the checkout will be shipped.

Type

CheckoutShippingAddressUpdate object

Update shipping address in the existing checkout.

Was this page helpful?