# ChannelDefinition - admin-graphql - OBJECT Version: 2024-10 ## Description A channel definition represents channels surfaces on the platform. A channel definition can be a platform or a subsegment of it such as Facebook Home, Instagram Live, Instagram Shops, or WhatsApp chat. ### Access Scopes ## Fields * [channelName](/docs/api/admin-graphql/2024-10/scalars/String): String! - Name of the channel that this sub channel belongs to. * [handle](/docs/api/admin-graphql/2024-10/scalars/String): String! - Unique string used as a public identifier for the channel definition. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the channel definition. * [isMarketplace](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether this channel definition represents a marketplace. * [subChannelName](/docs/api/admin-graphql/2024-10/scalars/String): String! - Name of the sub channel (e.g. Online Store, Instagram Shopping, TikTok Live). * [svgIcon](/docs/api/admin-graphql/2024-10/scalars/String): String - Icon displayed when showing the channel in admin. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples