checkoutSellerShippingMethodsBulkUpdate
Bulk update seller shipping methods.
checkoutSellerShippingMethodsBulkUpdate(
checkoutId: ID!
sellerShippingMethods: [SellerShippingMethodInput!]
): CheckoutSellerShippingMethodsBulkUpdate!
Arguments
checkoutSellerShippingMethodsBulkUpdate.checkoutId ● ID! non-null scalar
checkoutSellerShippingMethodsBulkUpdate.sellerShippingMethods ● [SellerShippingMethodInput!] list input
Type
CheckoutSellerShippingMethodsBulkUpdate object
Result of checkout seller shipping methods bulk update mutation.