top of page

Version 1.0
Last changed: October 2022

​

GetProductQuote

​

Request price and availability information for a specific product and brand.

Client Automation Protocol

Request Document Element

DTD Location:

Sample Document

GetProductQuote

GetProductQuote

<?xp Request="1234"?>
<!DOCTYPE GetProductQuote SYSTEM "http://www.worldpac.com/wcap/GetProductQuote.dtd">
<GetProductQuote>
<ProductID>7550</ProductID>
<BrandID>MAN</BrandID>
<Quantity>1</Quantity>
</GetProductQuote>
<?xp /?>

DIAL responds with a single ProductQuote

Request Document Element

DTD Location:

Sample Document

ProuctQuote

ProductQuote

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ProductQuote SYSTEM 'http://www.worldpac.com/wcap/ProductQuote.dtd'>
<?xp Request=1234?>
<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 /?>

bottom of page