Class SearchRequest
Represents a request model for the API
Constructors
SearchRequest()
Declaration
public SearchRequest()
Properties
AttributeOptions
The attribute options
Declaration
public FacetOptions AttributeOptions { get; set; }
Property Value
Type | Description |
---|---|
FacetOptions |
EnablePagination
True if pagination is required
Declaration
public bool EnablePagination { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProductFilter
The product response filter
Declaration
public string ProductFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Request
The search request
Declaration
public ProductSearchRequest Request { get; set; }
Property Value
Type | Description |
---|---|
ProductSearchRequest |