Product Information Management for Automobile Industry

saurav pathak
Published: October 20, 2022

With the continuous technological changes, changing market demands and customer preferences, and adapting to the business process, companies need to harmonize their master data for vendors, suppliers and distributors.

Today everyone in the automotive industry requires in-depth information about the parts.

PIES&ACES

Source: AutoCare

Auto standards like PIES and ACES, help manufacturers and sellers enhance their product data which helps in easy sharing and reducing inefficiencies that can arrive by maintaining data in multiple formats.

PIES or Product Information Exchange Standard (PIES) helps in better management and exchange of product information fields like pricing, delivery information, content, product attributes etc for all members of the supply chain.

<Items>
<Item MaintenanceType="A">
<PartNumber>1234</PartNumber>
<BrandAAIAID>WWWW</BrandAAIAID>
<PartTerminologyID>19999</PartTerminologyID>
<ProductAttributes>
<ProductAttribute
MaintenanceType="A"
AttributeID="Length"
PADBAttribute="N"
AttributeUOM="IN">12.5</ProductAttribute>
<ProductAttribute
MaintenanceType="A"
AttributeID="Width"
PADBAttribute="N"
AttributeUOM="IN">4.25</ProductAttribute>
<ProductAttribute
MaintenanceType="A"
AttributeID="Height"
PADBAttribute="N"
AttributeUOM="IN" >3.5</ProductAttribute>
</ProductAttributes>
</Item>
</Items>
<------------Sample PIES XML File for Product Attributes---------------->

ACES or Aftermarket Catalog Exchange Standard defines the standard for communicating product information among the suppliers and other members of the family.

<?xml version="1.0" encoding="UTF-8"?>
<ACES version="3.2">
<Header>
<Company>AcmeSupply</Company>
<SenderName>Joe Smith</SenderName>
<SenderPhone>999-999-9999</SenderPhone>
<TransferDate>2015-07-01</TransferDate>
<BrandAAIAID>BBBB</BrandAAIAID>
<DocumentTitle>Electrical Switches</DocumentTitle>
<EffectiveDate>2004-08-01</EffectiveDate>
<SubmissionType>FULL</SubmissionType>
<VcdbVersionDate>2015-10-27</VcdbVersionDate>
<QdbVersionDate>2015-10-26</QdbVersionDate>
<PcdbVersionDate>2015-10-30</PcdbVersionDate>
</Header>
<App action="A" id="1">
<BaseVehicle id="8559"/>
<!-- 1997 Cadillac Catera -->
<Qty>1</Qty>
<PartType id="4472"/> <!-- Electrical/Headlight/Switch -->
<Part>SW1406</Part>
</App>
<App action="A" id="2">
<BaseVehicle id="8833"/>
<!-- 1998 Cadillac Catera -->
<Qty>1</Qty>
<PartType id="4472"/> <!-- Electrical/Headlight/Switch -->
<Part>SW1406</Part>
</App>
<App action="A" id="3">
<Years from="1997" to="1998"/>
<Make id="14"/>
<!-- 1997-1998 Cadillac Catera -->
<Model id="398"/>
<Qty>1</Qty>
<PartType id="4472"/> <!-- Electrical/Headlight/Switch -->
<Part>SW1406</Part>
</App>
<App action="A" id="4">
<BaseVehicle id="8559"/>
<!-- 1997 Cadillac Catera -->
<EngineBase id="389"/> <!-- V6 181ci 3.0L -->
<EngineVIN id="18"/> <!-- [R] -->
<Qual id="23">
<text>With Air Conditioning</text>
</Qual>
<Qual id="929">
<param value="90487546"/>
<text>w/Starter 90487546 (1st Design)</text>
</Qual>
<Qty>1</Qty>
<PartType id="4188"/> <!-- Electrical/Starter/Solenoid Switch -->
<Part>SS769</Part>
</App>
<App action="A" id="5">
<BaseVehicle id="9281"/>
<!-- 1972 Ford LTD -->
<Note>Exc. Wagon</Note>
<!-- Allowed because BodyType is U/K -->
<Qty>1</Qty>
<PartType id="4472"/> <!-- Electrical/Headlight/Switch -->
<Part>SW1406</Part>
</App>
<App action="A" id="6" validate="no">
<BaseVehicle id="5404"/>
<!--1980 Ford Fairmont -->
<Aspiration id="6"/> <!-- Turbo (not valid in VehicleTo table) -->
<Qty>1</Qty>
<PartType id="10068"/> <!-- Radiator Coolant Hose -->
<Position id="46"/>
<!-- Upper -->
<Part>H9281</Part>
</App>
<Footer>
<RecordCount>6</RecordCount>
</Footer>
</ACES>
<------------Sample ACES XML File for File Transfer---------------->

Suppliers can maintain data in standardized attributes or in XML format for exchanging large amounts of data digitally.

Now, even Amazon and eBay also follow ACES and PIES standards to get data in the prescribed format from the suppliers in the respective categories.

Source: webkul.com