IncomingHttpHeadersWithChannelId
interface IncomingHttpHeadersWithChannelId extends IncomingHttpHeaders {
"x-bigcommerce-channel-id"?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
"x-bigcommerce-channel-id" | Optional | string | Current channel ID. |