Name | Type | Description | Notes |
---|---|---|---|
keywords | str | 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] |
record_count | int | Number of products to return between 1 and 50. | [optional] |
record_start_position | int | The starting index of the records returned. This is used to paginate beyond 50 results. | [optional] |
filters | Filters | [optional] | |
sort | SortParameters | [optional] | |
requested_quantity | 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] |
search_options | list[SearchOption] | Filters the search results by the included SearchOption. | [optional] |
exclude_market_place_products | bool | Used to exclude MarkPlace products from search results. Default is false | [optional] |