Alokai

CreateSiteParams

Necessary parameters to create channel site.

interface CreateSiteParams {
	channel_id: number;
	url: string;
}

Properties

NameRequiredTypeDescription
channel_idRequirednumberThe channel this site is attached to. Each site belongs to a single channel, and each channel can have either zero or one sites.
urlRequiredstringThe Fully Qualified URL (including host and scheme) where this site is hosted. All URLs generated for this site will be appended to this. Example: http://myvuestorefrontbigcommerce.com

On this page