Magidoc

checkoutSellerShippingMethodsUpdate
Mutation

Updates the seller shipping methods of the checkout.

Arguments

#

checkoutId

ID !
Non-null

Checkout ID.

seller

ID !
Non-null

Seller DB id representation as a string.

shippingMethodPriceOverrideAmount

Optional override amount for shipping method price.Be aware, you should send this field on each request. For example, if you will set this field and then will send the same shipping method (or a new one) without this field (in the context of the same seller) - the price will be restored based on the shipping method price.

shippingMethodSelection

ID !
Non-null

Response

#

Returns CheckoutSellerShippingMethodsUpdate .

Example

#