Home > @vsf-enterprise/epcc-api > ProductListResponse
# ProductListResponse type
Response of the product collection requests.
Signature:
export declare type ProductListResponse = ResourceList<Product> & {
meta?: Pagination;
included?: CatalogProductsIncluded;
};
References: Product, Pagination