Name | Type | Description | Notes |
---|---|---|---|
ManufacturerProduct | string | Manufacturer product name to search on. | |
RecordCount | int? | Number of products to return between 1 and 50. | [optional] |
RecordStartPosition | int? | The starting index of the records returned. This is used to paginate beyond 50 results. | [optional] |
Filters | Filters | [optional] | |
Sort | SortParameters | [optional] | |
RequestedQuantity | int? | The quantity of the product you are looking to purchase. This is used with the SortByUnitPrice SortOption as price varies at differing quantities. | [optional] |
SearchOptions | List<SearchOption> | Filters the search results by the included SearchOption. | [optional] |