Skip to main content

ConfigEshopCheckoutShippingPolicyMethods Object

Description

Shipping method within a shipping policy.

Declaration

type ConfigEshopCheckoutShippingPolicyMethods {
_id: String!
type: ShippingPolicyTypes!
title: String!
ranges: [ConfigEshopCheckoutShippingPolicyRanges!]!
}

Fields

NameTypeDescription
_idString!Internal identifier for the method.
typeShippingPolicyTypes!Type of calculation for this shipping method.
titleString!Display title for the shipping method.
ranges[ConfigEshopCheckoutShippingPolicyRanges!]!Cost ranges for this shipping method.