Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.08 KB

ManufacturerProductDetailsRequest.md

File metadata and controls

15 lines (12 loc) · 1.08 KB

DigiKey.Api.Model.ManufacturerProductDetailsRequest

Properties

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]

[Back to Model list] [Back to API list] [Back to README]