Home > @vsf-enterprise/sapcc-api > ProductSearchPageData
ProductSearchPageData interface
Definition of structure for response from getProductSearchPageData api-client method.
Signature:
export interface ProductSearchPageData
Properties
| Property | Type | Description |
|---|---|---|
| catalog | CatalogVersion | Contains response from getCatalogVersion api-client method. |
| search | ProductSearchPage | Contains response from searchProduct api-client method. |