CheckoutSellerShippingMethodsUpdate
Result of checkout seller shipping methods update mutation.
type CheckoutSellerShippingMethodsUpdate {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutSellerShippingMethodsUpdate.checkout ● Checkout object
The checkout with updated seller shipping methods.
CheckoutSellerShippingMethodsUpdate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutSellerShippingMethodsUpdate mutation