Channel
Permission required: channel:read
type Channel {
code: String
id: ID
name: String
platform: ChannelPlatform
}
Fields
Channel.code ● String scalar
The sales channel code.
Channel.id ● ID scalar
The unique identifier of the record.
Channel.name ● String scalar
The name of the sales channel.
Channel.platform ● ChannelPlatform enum
The e-commerce platform of the channel, when known.
Member Of
Order object