Home > @vsf-enterprise/commercetools-types > ChannelRole
# ChannelRole enum
Signature:
export declare enum ChannelRole 
# Enumeration Members
| Member | Value | Description | 
|---|---|---|
| InventorySupply | "InventorySupply" |  Role tells that this channel can be used to track inventory entries.Channels with this role can be treated as warehouses | 
| OrderExport | "OrderExport" |  Role tells that this channel can be used to track order export activities. | 
| OrderImport | "OrderImport" |  Role tells that this channel can be used to track order import activities. | 
| Primary | "Primary" |  This role can be combined with some other roles (e.g. with InventorySupply) to represent the fact that this particular channel is the primary/master channel among the channels of the same type. | 
| ProductDistribution | "ProductDistribution" |  Role tells that this channel can be used to expose products to a specific distribution channel. It can be used by the cart to select a product price. |