ConfigEshopCheckoutShippingPolicyMethods Object
Description
Shipping method within a shipping policy.
Declaration
type ConfigEshopCheckoutShippingPolicyMethods {
_id: String!
type: ShippingPolicyTypes!
title: String!
ranges: [ConfigEshopCheckoutShippingPolicyRanges!]!
}
Fields
| Name | Type | Description |
|---|---|---|
_id | String! | Internal identifier for the method. |
type | ShippingPolicyTypes! | Type of calculation for this shipping method. |
title | String! | Display title for the shipping method. |
ranges | [ConfigEshopCheckoutShippingPolicyRanges!]! | Cost ranges for this shipping method. |