Home > @vsf-enterprise/epcc-api > CatalogEndpoints > getCatalogs
# CatalogEndpoints.getCatalogs() method
Returns a list of catalogs.
Signature:
getCatalogs(context: ElasticPathIntegrationContext, params: GetCatalogsParams): Promise<Catalog[]>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetCatalogsParams | Optional filter parameters can be passed in. |
Returns:
Promise<Catalog[]>