Home > @vsf-enterprise/sap-commerce-webservices-sdk > ProductSearchPage
ProductSearchPage interface
Representation of a Product Search Page ProductSearchPage
Signature:
export interface ProductSearchPage 
Properties
| Property | Type | Description | 
|---|---|---|
| breadcrumbs? | Array<Breadcrumb> | (Optional) List of breadcrumbs info | 
| categoryCode? | string | (Optional) Code of category | 
| currentQuery? | SearchState | (Optional) | 
| facets? | Array<Facet> | (Optional) List of facets | 
| freeTextSearch? | string | (Optional) Free text search | 
| keywordRedirectUrl? | string | (Optional) Redirect url address keyword | 
| pagination? | DeprecatedPagination | (Optional) | 
| products? | Array<Product> | (Optional) List of products | 
| sorts? | Array<Sort> | (Optional) List of sorts | 
| spellingSuggestion? | SpellingSuggestion | (Optional) |