Home > @vsf-enterprise/sap-commerce-webservices-sdk > BaseSitesApi > getBaseSites
BaseSitesApi.getBaseSites() method
Get all base sites with corresponding base stores details in FULL mode. Get all base sites.
Signature:
getBaseSites(fields?: string, options?: any): Promise<import("axios").AxiosResponse<BaseSiteList>>;
Parameters
Parameter | Type | Description |
---|---|---|
fields | string | Response configuration. This is the list of fields that should be returned in the response body. Examples: BASIC, DEFAULT, FULL |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<BaseSiteList>>
Exceptions
{RequiredError} BaseSitesApi