Home > @vsf-enterprise/sap-commerce-webservices-sdk > BaseStoresApi > getBaseStore

BaseStoresApi.getBaseStore() method

Returns details of a specific base store based on its identifier. The response contains detailed base store information. Get a base store.

Signature:

getBaseStore(baseSiteId: string, baseStoreUid: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<BaseStore>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
baseStoreUid string Base store name
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<BaseStore>>

Exceptions

{RequiredError} BaseStoresApi