Name | Type | Description | Notes |
---|---|---|---|
Keywords | string | Keywords to search on. Can be a description, partial part number, manufacturer part number, or a Digi-Key part number. Keywords are required unless the Filters.TaxonomyIds is populated. An Empty string can be used when searching with Filters.TaxonomyIds | [optional] |
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] |
ExcludeMarketPlaceProducts | bool? | Used to exclude MarkPlace products from search results. Default is false | [optional] |