ShippingMethodsPerCountry
List of shipping methods available for the country.
Added in Saleor 3.6type ShippingMethodsPerCountry {
countryCode: CountryCode!
shippingMethods: [ShippingMethod!]
}
Fields
ShippingMethodsPerCountry.countryCode
● CountryCode!
non-null enum miscellaneous
The country code.
ShippingMethodsPerCountry.shippingMethods
● [ShippingMethod!]
list object shipping
List of available shipping methods.
Member Of
Channel
object