Part Lookup Result

The main result returned by the part lookup service. Contains part catalog information, pricing, stock availability, supersessions, HS codes, and dead stock data.

Property Summary
PartNumber
string
The unique part number.
PartDescription
string
The part description from the catalog.
LocalDescription
string
The localized description of the part.
ProductGroup
string
The product group code the part belongs to.
PNC
string
The Product Number Code (PNC).
BinType
string
The bin type for storage classification.
ShowManufacturerPartLookup
bool
Whether the manufacturer part lookup feature is available for this part.
DistributorPurchasePrice
decimal?
The purchase price that the distributor pays for this part.
Length
decimal?
The length of the part.
Width
decimal?
The width of the part.
Height
decimal?
The height of the part.
NetWeight
decimal?
The net weight of the part.
GrossWeight
decimal?
The gross weight of the part.
CubicMeasure
decimal?
The cubic measure of the part.
HSCode
string
The Harmonized System (HS) code for the part.
Origin
string
The country of origin of the part.
SupersededTo
IEnumerable<string>
Part numbers that this part has been superseded to (newer replacements).
SupersededFrom
IEnumerable<string>
Part numbers that have been superseded by this part (older parts this replaces).
StockParts
IEnumerable<StockPartDTO>
Stock availability across locations.
Prices
IEnumerable<PartPriceDTO>
Pricing information by country and region.
HSCodes
IEnumerable<HSCodeDTO>
HS codes by country.
DeadStock
IEnumerable<DeadStockDTO>
Dead stock information by company and branch.