Skip to main content

CheckoutSellerShippingMethodsClear

Result of checkout seller shipping methods clear mutation.

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

Fields

CheckoutSellerShippingMethodsClear.checkout ● Checkout object

The checkout with cleared seller shipping methods.

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

List of errors that occurred executing the mutation.

Returned By

checkoutSellerShippingMethodsClear mutation

Was this page helpful?