top of page

Version 1.0
Last changed: October 2022

​

ProductQuote

​

DIAL notifies your application of products exported by the user independent of a previous ShowCatalog, ShowPnA, or GetProductQuote request.

Client Automation Protocol

Request Document Element

DTD Location:

Sample Document

ProductQuote

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ProductQuote SYSTEM 'http://www.worldpac.com/wcap/ProductQuote.dtd'>
<?xp Request=2?>
<ProductQuote>
<ProductID>13 72 1 715 881</ProductID>
<BrandID>MAH</BrandID>
<CategoryID>B1000</CategoryID>
<ProductDesc>Air Filter</ProductDesc>
<ProductDesc2 />
<OrderByTime>2008/01/31+10:30:00+-0800</OrderByTime>
<DispatchTime>2008/01/31+10:45:00+-0800</DispatchTime>
<QuantityAvail>12</QuantityAvail>
<QuantityReq>1</QuantityReq>
<Price>5.64</Price>
<ListPrice>12.10</ListPrice>
<CorePrice>0.00</CorePrice>
<Weight>0.55</Weight>
<Quality></Quality>
<ACESVehicle>
<BaseVehicle id="1133" />
<VehicleYear id="1988">1988</VehicleYear>
<Make id="31">BMW</Make>
<Model id="202">750iL</Model>
<MfrBodyCode id="178">E32</MfrBodyCode>
<EngineDesignation id="71">M70</EngineDesignation>
</ACESVehicle>
</ProductQuote>
<?xp /?>

bottom of page