Skip to main content

NauticalOrderUpdateShippingInput

Input for updating shipping method on a nautical order.

input NauticalOrderUpdateShippingInput {
seller: ID
shippingMethod: ID
isManual: Boolean
newPrice: PositiveDecimal
}

Fields

NauticalOrderUpdateShippingInput.seller ● ID scalar

PK of seller to update shipping for on nautical order.

NauticalOrderUpdateShippingInput.shippingMethod ● ID scalar

ID of the selected shipping method.

NauticalOrderUpdateShippingInput.isManual ● Boolean scalar

Allows freeze shipping price and make it independent from the related shipping method price.

NauticalOrderUpdateShippingInput.newPrice ● PositiveDecimal scalar

Manual price, that allows overwrite shipping method price.

Member Of

nauticalOrderUpdateShipping mutation

Was this page helpful?