CreateSiteParams
Necessary parameters to create channel site.
interface CreateSiteParams {
channel_id: number;
url: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
channel_id | Required | number | The channel this site is attached to. Each site belongs to a single channel, and each channel can have either zero or one sites. |
url | Required | string | The 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 |