Home > @vsf-enterprise/sap-commerce-webservices-sdk > CatalogsApi > getCatalog
CatalogsApi.getCatalog() method
Returns information about a catalog based on its ID, along with the versions defined for the current base store. Get a catalog
Signature:
getCatalog(baseSiteId: string, catalogId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<Catalog>>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| baseSiteId | string | Base site identifier | 
| catalogId | string | Catalog identifier | 
| 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<Catalog>>
Exceptions
{RequiredError} CatalogsApi