NauticalOrderUpdateMarketplaceShippingInput
Input for updating marketplace shipping method on a nautical order.
input NauticalOrderUpdateMarketplaceShippingInput {
shippingMethod: ID!
isManual: Boolean
newPrice: PositiveDecimal
}
Fields
NauticalOrderUpdateMarketplaceShippingInput.shippingMethod ● ID! non-null scalar
ID of the selected shipping method.
NauticalOrderUpdateMarketplaceShippingInput.isManual ● Boolean scalar
Allows freeze shipping price and make it independent from the related shipping method price.
NauticalOrderUpdateMarketplaceShippingInput.newPrice ● PositiveDecimal scalar
Manual price, that allows overwrite shipping method price.