Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.05 KB

RecommendedProduct.md

File metadata and controls

16 lines (13 loc) · 1.05 KB

DigiKey.Api.Model.RecommendedProduct

Properties

Name Type Description Notes
DigiKeyPartNumber string The Digi-Key part number. [optional]
ManufacturerPartNumber string The manufacturer part number. [optional]
ManufacturerName string The name of the manufacturer. [optional]
PrimaryPhoto string The URL to the product’s image. [optional]
ProductDescription string Catalog description of the product. [optional]
QuantityAvailable int? Quantity of the product available for immediate sale. [optional]
UnitPrice double? The catalog price for a single unit of this product. [optional]
ProductUrl string URL of the Digi-Key catalog page to purchase the product. This is based on your provided header Locale values. [optional]

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