Skip to main content

NauticalOrderUpdateShippingInput

No description

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. If you make shipping price manual, and want unfreeze it (restore sync based on shipping method price) you can transfer 'false' value for this field.

NauticalOrderUpdateShippingInput.newPrice ● PositiveDecimal scalar

Manual price, that allows overwrite shipping method price. When this field provided, then 'isManual' will be set to the 'true'. You cannot transfer this field, when you explicitly transferring 'isManual: false' too (except the case, when this price will be equals to actual shipping method price).

Member Of

nauticalOrderUpdateShipping mutation

Was this page helpful?