Tracking Order Request


To receive tracking information back from the WeFulfillIT.com server, submit a tracking request:

<?xml version="1.0" encoding="iso-8859-1"?>
<INFOREQUEST>
<TYPE>TRACKING</TYPE>
<MERCHANTID>1441</MERCHANTID>
<PASSWORD>Password</PASSWORD>
<CUSTOMERID>50415</CUSTOMERID>
<ORDERNO>P15442</ORDERNO>
</INFOREQUEST>

Submitting this XML inforequest will return your tracking number(s), ship date, shipping cost, and pack fee for that order:

<?xml version='1.0' encoding='iso-8859-1'?>
		<TRACKING>
   		<SHIPDATE>10/11/07</SHIPDATE>
   		<TRACKINGNO1>0426771290223338</TRACKINGNO1>
   		<WEFFREIGHTCHARGE>8.38</WEFFREIGHTCHARGE>
   		<WEFPACKFEE>2</WEFPACKFEE>
   		<WEFORDNUM>120128</WEFORDNUM>
		</TRACKING>
	  

<CUSTOMERID>150275</CUSTOMERID> Identify the WeFulfillIT order number.
<ORDERNO>200905281421</ORDERNO> Identify your order number. Either are acceptable.
<SHIPDATE>09/09/09</SHIPDATE> The date the order was shipped.
<TRACKINGNO1>1Z30A9R211584</TRACKINGNO1> The tracking number associated to the shipment.
<WEFFREIGHTCHARGE>10.14</WEFFREIGHTCHARGE> The shipping cost you were charged.
<WEFPACKFEE>2</WEFPACKFEE> The pack fee for the order.
<WEFORDNUM>150217</WEFORDNUM> The WeFulfillIT order number.