Catalog Part

Catalog Part refers to a specific part in the Parts Catalog.
It is used to define the properties and information of a part.

Property Summary
ID
string
The unique identifier for the catalog part. If an ID is not available, then the part number should be used as the ID.
PartNumber
string
Each part has a unique part number that is used to identify it in the catalog and other related documents/systems.
PartName
string
The name of the part as it appears in the catalog.
ProductGroup
string
The product group code to which the part belongs.
ProductGroupDescription
string
The description of the product group to which the part belongs.
BinType
string
The type of the bin in which the part is stored.
DistributorPurchasePrice
decimal?
The purchase price that the distributor pays for the part.
ProductCode
string
The product code that is used to identify the part in the catalog.
PNC
string
The Product Number Code (PNC)
Length
decimal?
The length of the part.
Width
decimal?
The width of the part.
Height
decimal?
The height of the part.
NetWeight
decimal?
The weight of the part.
CubicMeasure
decimal?
The cubic measure of the part.
GrossWeight
decimal?
The gross weight of the part.
Origin
string
The country of origin of the part.
SupersededTo
IEnumerable<PartSupersessionModel>
A list of all the Supersessions that the part has.
LocalDescription
string
The localized description of the part.
HSCode
string
The Harmonized System (HS) code for the part.
CountryData
IEnumerable<PartCountryDataModel>
Per Country data for the part.