ShippingMethodsPerCountry Object
List of shipping methods available for the country.
type ShippingMethodsPerCountry {
countryCode: CountryCode!
shippingMethods: [ShippingMethod!]
}
Fields
countryCode ● CountryCode!
The country code.
shippingMethods ● [ShippingMethod!]
List of available shipping methods.
Member Of
Channel object