Class ProductSearchWrapper
Represents a product request model for the API
Constructors
ProductSearchWrapper()
Declaration
public ProductSearchWrapper()
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 |