AlternateItemIDs

Uses the Component:AlternateItemIDsType

The AlternateItemIDs component is used to provide alternate IDs for an item such as OEM part number, ACDELCO part number, UPC, etc.

Fields and Components

Table 6.51. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemID

The identifier of an item (e.g, a part number)

1..1Field udt:IdentifierType  
ItemIDCategoryTypeCode

The category a part number is associated with.

0..1Field sqdt:ItemIDCategoryTypeCodeType  

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.51. AlternateItemIDs

<AlternateItemIDs>
     <ItemID>......</ItemID>     [1..1]
     <ItemIDCategoryTypeCode>......</ItemIDCategoryTypeCode>     [0..1]
</AlternateItemIDs>