Client Automation Protocol

Version 1.0
Last changed: January 31, 2008

ShowCatalog

Request DIAL to show the catalog for the specified year, make, model and category or AAIA number and category and allow the user to export products.

Request Document Element: ShowCatalog
DTD Location: http://www.worldpac.com/wcap/ShowCatalog.dtd
Sample Document:

Example using Vehicle Identification Number (VIN):
<?xml version="1.0" encoding="UTF-8"?>
<?xp Request="PO123"?>
<!DOCTYPE ShowCatalog SYSTEM "http://www.worldpac.com/wcap/ShowCatalog.dtd">
<!-- 98 Dodge Neon -->
<ShowCatalog>
 <VIN>1B3ES42C6WD665194</VIN>
<CategoryID>B1000</CategoryID>
</ShowCatalog>
<?xp /?>


Example using Native ACES Vehicle Info:
<?xml version="1.0" encoding="UTF-8"?>
<?xp Request="aBcD"?>
<!DOCTYPE ShowCatalog SYSTEM "http://www.worldpac.com/wcap/ShowCatalog.dtd">
<ShowCatalog>
 <ACESVehicle>
 <BaseVehicle id="7947"/>
 <MfrBodyCode id="1772">VZV2</MfrBodyCode>
 <DriveType id="5">FWD</DriveType>
 <EngineBase id="1019">2.5 V6</EngineBase>
 <EngineDesignation id="405">2VZFE</EngineDesignation>
 </ACESVehicle>
<CategoryID>B1000</CategoryID>
</ShowCatalog>
<?xp /?>

Example using AAIA Vehicle ID:
<?xp Request="1234"?>
<!DOCTYPE ShowCatalog SYSTEM "http://www.worldpac.com/wcap/ShowCatalog.dtd">
<ShowCatalog>
 <AAIANum>1025031</AAIANum>
 <CategoryID>Z</CategoryID>
</ShowCatalog>
<?xp /?>

Example using Worldpac Make/Model ID:
<?xp Request="1234"?>
<!DOCTYPE ShowCatalog SYSTEM "http://www.worldpac.com/wcap/ShowCatalog.dtd">
<ShowCatalog>
 <Year>1993</Year>
 <MakeID>MB</MakeID>
 <ModelID>300-SD-003</ModelID>
 <CategoryID>Z</CategoryID>
</ShowCatalog>
<?xp /?>


DIAL responds with a ProductQuote for each product that is exported from the PnA list. More than one ProductQuote response may be sent.

Response Document Element: ProductQuote
DTD Location: http://www.worldpac.com/wcap/ProductQuote.dtd
Sample Document:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ProductQuote SYSTEM 'http://www.worldpac.com/wcap/ProductQuote.dtd'>
<?xp Request=2?>
<ProductQuote>
<ProductID>14400-PG6-014</ProductID>
<BrandID>GDY</BrandID>
<CategoryID>A5000</CategoryID>
<ProductDesc>Timing Belt</ProductDesc>
<ProductDesc2 />
<OrderByTime>2008/01/23+11:30:00+-0800</OrderByTime>
<DispatchTime>2008/01/23+11:45:00+-0800</DispatchTime>
<QuantityAvail>1</QuantityAvail>
<QuantityReq>1</QuantityReq>
<Price>22.88</Price>
<ListPrice>47.15</ListPrice>
<CorePrice>0.00</CorePrice>
<Weight>0.30</Weight>
<Quality></Quality>
<ACESVehicle>
 <BaseVehicle id="5893"/>
 <VehicleYear id="1988">1988</VehicleYear>
 <Make id="58">Acura</Make>
 <Model id="742">Integra</Model>
 <BodyNumDoors id="8">3</BodyNumDoors>
 <EngineDesignation id="134">D16A1</EngineDesignation>
</ACESVehicle>
</ProductQuote>
<?xp /?>

Guide to XML Symbols