Home > @vsf-enterprise/sap-commerce-webservices-sdk > CatalogsApi > getCatalogVersion

CatalogsApi.getCatalogVersion() method

Returns information about the catalog version that exists for the current base store. Get information about catalog version

Signature:

getCatalogVersion(baseSiteId: string, catalogId: string, catalogVersionId: string, fields?: string, options?: any): Promise<import("axios").AxiosResponse<CatalogVersion>>;

Parameters

Parameter Type Description
baseSiteId string Base site identifier
catalogId string Catalog identifier
catalogVersionId string Catalog version 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<CatalogVersion>>

Exceptions

{RequiredError} CatalogsApi