CheckoutSellerShippingMethodsClear
Clears the seller shipping methods of the checkout.
type CheckoutSellerShippingMethodsClear {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutSellerShippingMethodsClear.checkout ● Checkout object
An updated checkout.
CheckoutSellerShippingMethodsClear.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutSellerShippingMethodsClear mutation