Skip to main content

ConfigEshopCheckoutShippingPolicyRanges Object

Description

Shipping cost range for a shipping policy method.

Declaration

type ConfigEshopCheckoutShippingPolicyRanges {
_id: String!
from: Float!
to: Float
value: Float!
}

Fields

NameTypeDescription
_idString!Internal identifier for the range.
fromFloat!Starting value for this range.
toFloatEnding value for this range (null for unlimited).
valueFloat!Shipping cost for this range.