checkoutSellerShippingMethodsUpdate
Update shipping method for a specific seller.
checkoutSellerShippingMethodsUpdate(
checkoutId: ID!
seller: ID!
shippingMethodSelection: ID!
shippingMethodPriceOverrideAmount: PositiveDecimal
): CheckoutSellerShippingMethodsUpdate!
Arguments
checkoutSellerShippingMethodsUpdate.checkoutId ● ID! non-null scalar
checkoutSellerShippingMethodsUpdate.seller ● ID! non-null scalar
checkoutSellerShippingMethodsUpdate.shippingMethodSelection ● ID! non-null scalar
checkoutSellerShippingMethodsUpdate.shippingMethodPriceOverrideAmount ● PositiveDecimal deprecated scalar
DEPRECATED
Price overrides on checkouts are inherently dangerous because checkouts serve both authenticated and unauthenticated users.
Optional override amount for shipping method price. Be aware, you should send this field on each request.
Type
CheckoutSellerShippingMethodsUpdate object
Result of checkout seller shipping methods update mutation.