Home > @vsf-enterprise/bigcommerce-api > CreateSiteResponse
# CreateSiteResponse interface
Response of create site endpoint.
Signature:
export interface CreateSiteResponse
# Properties
Property | Type | Description |
---|---|---|
data | { id: number; url: string; channel_id: number; created_at: string; updated_at: string; routes?: SiteRoute[]; } | Site information. |
meta | EmptyMeta | Empty object. |