OBJECT

CheckoutShippingAddressUpdatePayload

link GraphQL Schema definition

1type CheckoutShippingAddressUpdatePayload {
2
3# The updated checkout object.
4checkout: Checkout!
5
6# List of errors that occurred executing the mutation.
7userErrors: [UserError!]!
8
9}