Alokai

IncomingHttpHeadersWithChannelId

interface IncomingHttpHeadersWithChannelId extends IncomingHttpHeaders {
	"x-bigcommerce-channel-id"?: string;
}

Properties

NameRequiredTypeDescription
"x-bigcommerce-channel-id"OptionalstringCurrent channel ID.

On this page