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