Home > @vsf-enterprise/sapcc-api > Endpoints > getCatalogVersion
Endpoints.getCatalogVersion() method
Returns information about the catalog version that exists for the current base store. Gets information about catalog version.
Signature:
getCatalogVersion(context: SapccIntegrationContext, props?: BaseProps): Promise<CatalogVersion>;
Parameters
Parameter | Type | Description |
---|---|---|
context | SapccIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
props | BaseProps |
Returns:
Promise<CatalogVersion>