Home > @vsf-enterprise/sap-commerce-webservices-sdk > BaseSite
BaseSite interface
Representation of a Base Site BaseSite
Signature:
export interface BaseSite 
Properties
| Property | Type | Description | 
|---|---|---|
| channel? | string | (Optional) Channel | 
| defaultLanguage? | Language | (Optional) | 
| defaultPreviewCatalogId? | string | (Optional) Default preview catalog id | 
| defaultPreviewCategoryCode? | string | (Optional) Default preview category code | 
| defaultPreviewProductCode? | string | (Optional) Default preview product code | 
| locale? | string | (Optional) Locale data for Basesite | 
| name? | string | (Optional) Name of Basesite | 
| stores? | Array<BaseStore> | (Optional) List of Basestores | 
| theme? | string | (Optional) Theme of Basesite | 
| uid? | string | (Optional) Unique identifier of Basesite | 
| urlEncodingAttributes? | Array<string> | (Optional) List of url encoding attributes | 
| urlPatterns? | Array<string> | (Optional) List of url patterns |