Channel
Represents channel.
type Channel implements Node {
id: ID!
slug: String!
countries: [CountryDisplay!]
availableShippingMethodsPerCountry(
countries: [CountryCode!]
): [ShippingMethodsPerCountry!]
}
Fields
Channel.id
● ID!
non-null scalar
Channel.slug
● String!
non-null scalar
Slug of the channel.
Channel.countries
● [CountryDisplay!]
list object
List of shippable countries for the channel.
Added in Saleor 3.6
Channel.availableShippingMethodsPerCountry
● [ShippingMethodsPerCountry!]
list object
Shipping methods that are available for the channel.
Added in Saleor 3.6
Channel.availableShippingMethodsPerCountry.countries
●[CountryCode!]
list enum
Interfaces
Node
interface
An object with an ID
Returned by
channel
query
Member of
Checkout
object ● Group
object ● Order
object ● ShippingZone
object ● User
object
Was this page helpful?