Skip to main content

ShippingPriceInput

No description

input ShippingPriceInput {
name: String
price: PositiveDecimal
minimumOrderPrice: PositiveDecimal
maximumOrderPrice: PositiveDecimal
minimumOrderWeight: WeightScalar
maximumOrderWeight: WeightScalar
type: ShippingMethodTypeEnum
shippingZone: ID
requiresSecondaryAddress: Boolean
}

Fields

ShippingPriceInput.name ● String scalar

Name of the shipping method.

ShippingPriceInput.price ● PositiveDecimal scalar

Shipping price of the shipping method.

ShippingPriceInput.minimumOrderPrice ● PositiveDecimal scalar

Minimum order price to use this shipping method.

ShippingPriceInput.maximumOrderPrice ● PositiveDecimal scalar

Maximum order price to use this shipping method.

ShippingPriceInput.minimumOrderWeight ● WeightScalar scalar

Minimum order weight to use this shipping method.

ShippingPriceInput.maximumOrderWeight ● WeightScalar scalar

Maximum order weight to use this shipping method.

ShippingPriceInput.type ● ShippingMethodTypeEnum enum

Shipping type: price or weight based

ShippingPriceInput.shippingZone ● ID scalar

Shipping zone this method belongs to.

ShippingPriceInput.requiresSecondaryAddress ● Boolean scalar

Deprecated: This field will always be treated as False and will be removed soon.

Member Of

shippingPriceCreate mutation ● shippingPriceUpdate mutation

Was this page helpful?