Skip to main content
Version: Canary 🚧

ShippingMethodsPerCountry

List of shipping methods available for the country.

Added in Saleor 3.6
type ShippingMethodsPerCountry {
countryCode: CountryCode!
shippingMethods: [ShippingMethod!]
}

Fields

ShippingMethodsPerCountry.countryCode ● CountryCode! non-null enum

The country code.

ShippingMethodsPerCountry.shippingMethods ● [ShippingMethod!] list object

List of available shipping methods.

Member of

Channel object


Was this page helpful?