Home > @infiniteobjects/shopify-data-manager > AdminTypes > ChannelInformation
Contains the information for a given sales channel.
Signature:
export interface ChannelInformation extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| app | App | The app associated with the channel. | |
| channelDefinition? | Maybe<ChannelDefinition> | (Optional) The channel definition associated with the channel. | |
| channelId | Scalars[‘ID’][‘output’] | The unique ID for the channel. | |
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. |