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