ConfigEshopCheckoutShippingPolicyRanges Object
Description
Shipping cost range for a shipping policy method.
Declaration
type ConfigEshopCheckoutShippingPolicyRanges {
_id: String!
from: Float!
to: Float
value: Float!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | String! | Internal identifier for the range. |
from | Float! | Starting value for this range. |
to | Float | Ending value for this range (null for unlimited). |
value | Float! | Shipping cost for this range. |