Home > @vsf-enterprise/epcc-api > CatalogEndpoints > getProduct
# CatalogEndpoints.getProduct() method
Returns a specified product.
Signature:
getProduct(context: ElasticPathIntegrationContext, params: GetProductParams): Promise<Product>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
params | GetProductParams | ID of the product and optional filter parameters can be passed in. |
Returns:
Promise<Product>