What's a channel
Norce Channels is a way for customers to have different shop fronts connected to the same administration. Every channel has its own URL and can have different design, selection of products, prices and own settings for example shipping and payment.
This is the channel graph schema.
type Channel {
id: Int!
name: String
displayName: String
groupName: String
isDefault: Boolean
url: Uri
settings: ChannelSettings
languages: [Language]
defaultLanguage: Language
currencies: [Currency]
defaultCurrency: Currency
countries: [Country]
imageUrl: String
requiresAuth: Boolean
}