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.
Table 6.8. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ItemID |
The identifier of an item (e.g, a part number) | 1..1 | Field | udt:IdentifierType | |
ItemIDCategoryTypeCode |
The category a part number is associated with. | 0..1 | Field | sqdt:ItemIDCategoryTypeCodeType |
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.8. AlternateItemIDs
<AlternateItemIDs> <ItemID>......</ItemID> [1..1] <ItemIDCategoryTypeCode>......</ItemIDCategoryTypeCode> [0..1] </AlternateItemIDs>