Skip to main content

CheckoutMarketplaceShippingMethodUpdate

Result of checkout marketplace shipping method update mutation.

type CheckoutMarketplaceShippingMethodUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}

Fields

CheckoutMarketplaceShippingMethodUpdate.checkout ● Checkout object

The checkout with updated marketplace shipping method.

CheckoutMarketplaceShippingMethodUpdate.checkoutErrors ● [CheckoutError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

checkoutMarketplaceShippingMethodUpdate mutation

Was this page helpful?