Home > @vsf-enterprise/sapcc-api > GetProductSearchPageDataProps
GetProductSearchPageDataProps interface
Definition of parameters you can use to fetch data from the getProductSearchPageData api-client method.
Signature:
export interface GetProductSearchPageDataProps
Remarks
Since the getProductSearchPageData API Method is calling two other API Methods ( searchProduct and getCatalogVersion ) under the hood, this parameter is a combination of parameter objects for each of these two methods, allowing you to modify their behavior independently.
Properties
Property | Type | Description |
---|---|---|
catalog? | BaseProps | (Optional) |
search? | ProductSearchProps | (Optional) Properties passed to searchProduct API function. |