PartDetails

Uses the Component:PartDetailsType

The details of a Part such as serial number, manufacturer, etc.

Fields and Components

Table 6.10. Fields and Components

Name Description Occurrence Type Data Type User Notes
Status

The status of a part. Possible values are Sellable, Obsolete, Deleted, WebDisabled.

0..*Field oag:TextType  
SerialNumberRequiredIndicator

Indicates if a serial number must be provided. Values "true" or "false".

0..1Field oag:IndicatorType  
SerialNumber

The part's serial number.

0..1Field oag:TextType  
Manufacturer

The part manufacturer.

0..1Field oag:TextType  
ManufacturerBrand

Part manufacturer brand.

0..1Field oag:TextType  
Remanufactured

Indicates if a part is remanufactured. Values "true" or "false"

0..1Field oag:IndicatorType  
Core

Indicates if this is a "core" part. Values "true" or "false"

0..1Field oag:IndicatorType  
SalesUnitOfMeasure

Units of Measure - ea=Each; bx=Box; case=Case; ctn=Carton; gal=Gallon; qt=Quart; pt=Pint; ft=Feet; yd=Yard; in=Inch; L=Liter; m=Meter; cm=Centimeter; kg=Kilograms; g=grams; other=Other

0..1Field scl:UOMEnumeratedType  
SupersessionIndicator

Indicates if a part number is part of a Supersession. Vaues are true or false.

0..1Field oag:IndicatorType  
MajorPartIndicator

Indicates if a part is either to heavy or too large to handle in standard packing and shipping procedure. Major part indicates that additional shipping cost will be added to order or specific freight options needs to be applied.

0..1Field oag:IndicatorType  
ReturnIndicator

Indicates if a part is returnable. Values are true or false.

0..1Field oag:IndicatorType  
EPA

Indicates if a part is regulated by the EPA. Values are true or false.

0..1Field oag:IndicatorType  
MTO

Indicates if a part is Made To Order. Values are true or false.

0..1Field oag:IndicatorType  
POD

Price On Demand indicator. Values are true or false.

0..1Field oag:IndicatorType  
InheritStock

Should a new part inherit stock history from the original part. Values are true or false.

0..1Field oag:IndicatorType  
Configurable

Requires an action to configure the part. Values are true or false.

0..1Field oag:IndicatorType  
ECCN

A key in determining whether an export license is needed from the Department of Commerce is finding out if the item you intend to export has a specific Export Control Classification Number (ECCN). ECCNs are five character alpha-numeric designations used on the Commerce Control List (CCL) to identify dual-use items for export control purposes. An ECCN categorizes items based on the nature of the product, i.e. type of commodity, software, or technology and its respective technical parameters.

0..1Field oag:CodeType  
Kit

Indicates if the part is a Kit. Values are true or false.

0..1Field oag:IndicatorType  
HazMat

Indicates if the part is a hazardous material . Values are true or false.

0..1Field oag:IndicatorType  
BinLocation

Dealer specific location of a part.

0..1Field oag:CodeType  
HSCode

Harmonized System (HS) Codes.

0..*Field oag:CodeType  
HTSCode

Harmonized Tariff Schedule Code.

0..*Field oag:CodeType  
LeadTime

The lead time (in calendar days) associated with this Part.

0..1Field oag:TextType  
Software

Is this part "Software". Values are "true" or "false".

0..1Field oag:IndicatorType  
Exchange

Indicates if a remanufactured part is available for the new part. Values are "true" or "false".

0..1Field oag:IndicatorType  
CountryOfOrigin

Country of origing component.

0..*ComponentCountryOfOriginType 
PartClassification

Classification of a part.

0..*ComponentPartClassificationType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.11. PartDetails

<PartDetails>
     <Status>......</Status>     [0..*]
     <SerialNumberRequiredIndicator>......</SerialNumberRequiredIndicator>     [0..1]
     <SerialNumber>......</SerialNumber>     [0..1]
     <Manufacturer>......</Manufacturer>     [0..1]
     <ManufacturerBrand>......</ManufacturerBrand>     [0..1]
     <Remanufactured>......</Remanufactured>     [0..1]
     <Core>......</Core>     [0..1]
     <SalesUnitOfMeasure>......</SalesUnitOfMeasure>     [0..1]
     <SupersessionIndicator>......</SupersessionIndicator>     [0..1]
     <MajorPartIndicator>......</MajorPartIndicator>     [0..1]
     <ReturnIndicator>......</ReturnIndicator>     [0..1]
     <EPA>......</EPA>     [0..1]
     <MTO>......</MTO>     [0..1]
     <POD>......</POD>     [0..1]
     <InheritStock>......</InheritStock>     [0..1]
     <Configurable>......</Configurable>     [0..1]
     <ECCN>......</ECCN>     [0..1]
     <Kit>......</Kit>     [0..1]
     <HazMat>......</HazMat>     [0..1]
     <BinLocation>......</BinLocation>     [0..1]
     <HSCode>......</HSCode>     [0..*]
     <HTSCode>......</HTSCode>     [0..*]
     <LeadTime>......</LeadTime>     [0..1]
     <Software>......</Software>     [0..1]
     <Exchange>......</Exchange>     [0..1]
     <CountryOfOrigin>......</CountryOfOrigin>     [0..*]
     <PartClassification>......</PartClassification>     [0..*]
</PartDetails>