Client Automation Protocol

Version 1.0
Last changed: January 31, 2008

Order

Your application is notified when the user submits an order to Worldpac, even if your application did not originally request the order to be created.

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

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Order SYSTEM 'http://www.worldpac.com/wcap/Order.dtd'>
<?xp Request="PO554"?>
<Order>
 <OrderID>04028093</OrderID>
 <OrderCreateTime>2008/01/31+10:15:00+-0800</OrderCreateTime>
 <ShipTo>
  <Name>ACME CAR REPAIR</Name>
  <Street>123 Main Street</Street>
  <City>CASTLE ROCK</City>
  <State>CO</State>
  <PostalCode>80104</PostalCode>
 </ShipTo>
 <OrderLine>
  <ProductID>143-2081</ProductID>
  <BrandID>ND</BrandID>
  <CategoryID></CategoryID>
  <ProductDesc>Air Filter</ProductDesc>
  <DispatchTime>2008/01/31+10:45:00+-0800</DispatchTime>
  <Quantity>1</Quantity>
  <ListPrice>17.07</ListPrice>
  <Price>12.80</Price>
  <CorePrice>0.00</CorePrice>
  <Weight>0.90</Weight>
  <Quality></Quality>
  <RequestedProductID>17801-03010</RequestedProductID>
  <ACESVehicle>
   <BaseVehicle id="7956" />
   <VehicleYear id="2000">2000</VehicleYear>
   <Make id="76">Toyota</Make>
   <Model id="1011">Camry</Model>
   <MfrBodyCode id="1775">MCV2</MfrBodyCode>
   <EngineBase id="1001">3.0 V6</EngineBase>
   <EngineDesignation id="389">1MZFE</EngineDesignation>
  </ACESVehicle>
 </OrderLine>
</Order>
<?xp /?>

   

Guide to XML Symbols