Home > @vsf-enterprise/bigcommerce-api > Endpoints > getChannel
# Endpoints.getChannel() method
Return a Channel.
Signature:
getChannel(context: BigcommerceIntegrationContext, params: GetChannelParams): Promise<GetChannelResponse>;
# Parameters
| Parameter | Type | Description |
|---|---|---|
| context | BigcommerceIntegrationContext | |
| params | GetChannelParams | An object which contains properties for creating new channel. |
Returns:
Promise<GetChannelResponse>