Class CreateProductSearch
Represents a model for the initiation of a product search
Constructors
CreateProductSearch()
Declaration
public CreateProductSearch()
Properties
AttributeOptions
The options for attributes (facets)
Declaration
public FacetOptions AttributeOptions { get; set; }
Property Value
Type | Description |
---|---|
FacetOptions |
Request
The product search request
Declaration
public ProductSearchRequest Request { get; set; }
Property Value
Type | Description |
---|---|
ProductSearchRequest |
SearchType
The type of search to perform
Declaration
public SearchType SearchType { get; set; }
Property Value
Type | Description |
---|---|
SearchType |