Class SearchResponse
Represents a product search response
Constructors
SearchResponse()
Declaration
public SearchResponse()
Properties
Diagnostics
Diagnostics about the search
Declaration
public Diagnostics Diagnostics { get; set; }
Property Value
Type | Description |
---|---|
Diagnostics |
Result
The product results
Declaration
public ProductResult Result { get; set; }
Property Value
Type | Description |
---|---|
ProductResult |
SearchIdentifier
The search identifier
Declaration
public string SearchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
The status of the search request
Declaration
public Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |