Home > @vsf-enterprise/epcc-api > CatalogEndpoints > getProducts
# CatalogEndpoints.getProducts() method
Retrieves the list of products from the catalog. Only the products in a live status are retrieved.
Signature:
getProducts(context: ElasticPathIntegrationContext, params: GetProductsParams): Promise<ProductListResponse>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetProductsParams | Optional filter parameters can be passed in. |
Returns:
Promise<ProductListResponse>