Curl Examples
How to run:
- Change ShippingToken (included shipping token is for "carriertesting@zfirmllc.com" account on Sandbox and will print test labels only). 
- Production: Change service URL from "https://sandbox.api.my.shiprush.com/" or "https://api.my.shiprush.com/". 
- If running EndOfDay, change ShippingAccountId inside the request. 
Lookup Services for Carrier (USPS)
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/lookup/services -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @lookup_services_usps.req
Lookup PackagingType for Carrier/Service (USPS, Priority)
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/lookup/packaging -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @lookup_packaging_usps.req
Rate USPS
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rate -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @rate_usps.req
Rate Shopping
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rateshopping -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @rateshopping.req
Ship USPS
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_usps.req
Void
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/void -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @void.req
ValidateAddress USPS
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/validateaddress -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @validateaddress_usps.req
Ship Amazon
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_amazon.req
Get Shipping Accounts
curl -k -X POST https://sandbox.api.my.shiprush.com/accountservice.svc/shippingaccounts/get -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @getshippingaccounts.req
Rate Deliv
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rate -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @rate_deliv.req
Rate Shopping Deliv
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rateshopping -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @rate_shopping_deliv.req
Ship Deliv
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_deliv.req
Ship DHL eCommerce
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_dhlec.req
Ship Newgistics
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_newgistics.req
Get SCAN Form USPS (End of Day)
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/eod -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @eod_usps.req
Rate Banyan (Via Rate Shopping endpoint)
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rateshopping -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @rateshopping_banyan.req
Ship Banyan
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_banyan.req
Ship Banyan Using Quote ID
curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ship_banyan_viaQuoteId.req
EOD USPS
<?xml version="1.0" encoding="utf-8"?>
<EODRequest>
    <ShippingAccountId>562bcbc7-8ccf-418c-8d72-a992010b8669</ShippingAccountId>
</EODRequest>Get Shipping Accounts
<?xml version="1.0" encoding="utf-8"?>
<GetShippingAccountsRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />Lookup Packaging USPS
<?xml version="1.0" encoding="utf-8"?>
<GetPackagingTypesRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <CarrierType>17</CarrierType>
  <ServiceType>U02</ServiceType>
</GetPackagingTypesRequest>Lookup Services USPS
<?xml version="1.0" encoding="utf-8"?>
<GetServiceTypesRequest>
  <CarrierType>17</CarrierType>
</GetServiceTypesRequest>Rate Fdx Exp Dom
<?xml version="1.0" encoding="utf-8"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F03</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateRequest>Rate Fdx Gnd Dom
<?xml version="1.0" encoding="utf-8"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F92</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateRequest>Rate Fdx Intl Doc
<?xml version = "1.0"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
         <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>1</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</RateRequest>Rate Fdx Intl Nondoc
<?xml version = "1.0"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>3</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of moustache combs</DescriptionOfGoods>
            <ShipmentCommodityOrigin>US</ShipmentCommodityOrigin>
            <InvoiceDate>08/06/2014</InvoiceDate>
            <InvoiceLineTotals>100.00</InvoiceLineTotals>
            <InvoiceCurrencyCode>USD</InvoiceCurrencyCode>
            <InvoiceSubTotal>100.00</InvoiceSubTotal>
            <TotalInvoiceAmount>100.00</TotalInvoiceAmount>
            <ReasonForExport>Sold</ReasonForExport>
            <UltimateDestCountry>AU</UltimateDestCountry>
            <PartiesToTrans>N</PartiesToTrans>
            <FTSRExemptionNumber>NO EEI 30.37(a)</FTSRExemptionNumber>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Moustache Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Beard Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
         </International>
         <ImporterAddress>
            <AddressQualifier>05</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </ImporterAddress>
         <ExporterAddress>
            <AddressQualifier>06</AddressQualifier>
            <Address>
               <FirstName>Ship</FirstName>
               <LastName>Rush</LastName>
               <Company>ShipRush</Company>
               <Address1>120 Lakeside ave</Address1>
               <Address2>Invoice test 1234</Address2>
               <City>Seattle</City>
               <State>WA</State>
               <PostalCode>98122</PostalCode>
               <Country>US</Country>
               <Phone>2068127874</Phone>
               <EMail>Info@ShipRush.com</EMail>
            </Address>
         </ExporterAddress>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <UltimageConsigneeAddress>
            <AddressQualifier>23</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </UltimageConsigneeAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</RateRequest>Rate Ups Exp Dom
<?xml version="1.0" encoding="utf-8"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>0</Carrier>
			<UPSServiceType>02</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateRequest>Rate Ups Gnd Dom
<?xml version="1.0" encoding="utf-8"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>0</Carrier>
			<UPSServiceType>03</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateRequest>Rate Ups Intl Doc
<?xml version = "1.0"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>0</Carrier>
         <UPSServiceType>07</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>1</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</RateRequest>Rate Ups Intl Nondoc
<?xml version = "1.0"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>0</Carrier>
         <UPSServiceType>07</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>3</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of moustache combs</DescriptionOfGoods>
            <ShipmentCommodityOrigin>US</ShipmentCommodityOrigin>
            <InvoiceDate>08/06/2014</InvoiceDate>
            <InvoiceLineTotals>100.00</InvoiceLineTotals>
            <InvoiceCurrencyCode>USD</InvoiceCurrencyCode>
            <InvoiceSubTotal>100.00</InvoiceSubTotal>
            <TotalInvoiceAmount>100.00</TotalInvoiceAmount>
            <ReasonForExport>Sold</ReasonForExport>
            <UltimateDestCountry>AU</UltimateDestCountry>
            <PartiesToTrans>N</PartiesToTrans>
            <FTSRExemptionNumber>NO EEI 30.37(a)</FTSRExemptionNumber>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Moustache Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Beard Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
         </International>
         <ImporterAddress>
            <AddressQualifier>05</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </ImporterAddress>
         <ExporterAddress>
            <AddressQualifier>06</AddressQualifier>
            <Address>
               <FirstName>Ship</FirstName>
               <LastName>Rush</LastName>
               <Company>ShipRush</Company>
               <Address1>120 Lakeside ave</Address1>
               <Address2>Invoice test 1234</Address2>
               <City>Seattle</City>
               <State>WA</State>
               <PostalCode>98122</PostalCode>
               <Country>US</Country>
               <Phone>2068127874</Phone>
               <EMail>Info@ShipRush.com</EMail>
            </Address>
         </ExporterAddress>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <UltimageConsigneeAddress>
            <AddressQualifier>23</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </UltimageConsigneeAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</RateRequest>Rate USPS
<?xml version="1.0" encoding="utf-8"?>
<RateRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>17</Carrier>
			<UPSServiceType>U02</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateRequest>Rate Shopping
<?xml version="1.0" encoding="utf-8"?>
<RateShoppingRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateShoppingRequest>Rate Shopping Banyan
<?xml version="1.0" encoding="utf-8"?>
<RateShoppingRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<Carrier>31</Carrier>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<PkgLength>4</PkgLength>
				<PkgWidth>4</PkgWidth>
				<PkgHeight>4</PkgHeight>
				<FreightServiceType>LTL</FreightServiceType>
				<FreightEquipmentType>VT_STANDARD</FreightEquipmentType>
				<FreightCommodity>
					<ItemFreightClass>CLASS_050</ItemFreightClass>
					<ItemDescription>ShipRush Socks 2x Pack</ItemDescription>
					<ItemPackaging>BAG</ItemPackaging>
					<ItemWeight>1</ItemWeight>
					<ItemPieces>6</ItemPieces>
				</FreightCommodity>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>Warehouse Guy</FirstName>
					<Company>Warehouse 4</Company>
					<Address1>225 S Canal St</Address1>
					<Address2 />
					<City>Chicago</City>
					<State>IL</State>
					<Country>US</Country>
					<PostalCode>60606</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>233 S WACKER DR</Address1>
					<Address2 />
					<City>Chicago</City>
					<State>IL</State>
					<Country>US</Country>
					<PostalCode>60606</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</RateShoppingRequest>Run All Bat
set SHIP=curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/ship -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @
set RATE=curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rate -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @
set SHOP=curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/rateshopping -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @
set VOID=curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/void -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @ 
set ADDRVAL=curl -k -X POST https://sandbox.api.my.shiprush.com/shipmentservice.svc/shipment/validateaddress -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @
set ACCOUNTS=curl -k -X POST https://sandbox.api.my.shiprush.com/accountservice.svc/shippingaccounts/get -H "X-SHIPRUSH-SHIPPING-TOKEN:a3673eb6-0f59-447f-ae62-aade23ec6229" -H "Content-Type:application/xml" -d @
del *.rsp
%ACCOUNTS%getshippingaccounts.req >> getshippingaccounts.rsp
%ADDRVAL%validateaddress_usps.req >> validateaddress_usps.rsp
%VOID%void.req >> void.rsp
%SHOP%rateshopping.req >> rateshopping.rsp
for %%f in (rate_*.req) do %RATE%%%f >> %%~nf.rsp
for %%f in (ship_*.req) do %SHIP%%%f >> %%~nf.rspShip Amazon
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<UPSServiceType>U02</UPSServiceType>
			<ShipmentReference1>109-5997097-8897034 - ShipRush Socks</ShipmentReference1>
			<Carrier>10</Carrier>
			<Package>
				<PackageActualWeight>0.0625</PackageActualWeight>
				<PackagingType>U1</PackagingType>
				<PkgLength>5</PkgLength>
				<PkgWidth>5</PkgWidth>
				<PkgHeight>5</PkgHeight>
			</Package>
			<ShipperAddress>
				<Address>
					<LastName>Tusha Kutusha</LastName>
					<Company>Acme Inc</Company>
					<Address1>1308 5th Ave</Address1>
					<Address2>#100</Address2>
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-500-6000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
		<Order>
			<OrderNumber>109-5997097-8897034</OrderNumber>
			<ShipmentOrderItem>
				<AccountingID>36892958790834</AccountingID>
				<Name>ShipRush Socks</Name>
				<Quantity>1</Quantity>
			</ShipmentOrderItem>			
		</Order>
	</ShipTransaction>
</ShipRequest>Ship Banyan
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>31</Carrier>
			<ShipmentQuoteId>202737790</ShipmentQuoteId>
			<ShipmentLoadId>21964115</ShipmentLoadId>
			<ServiceAsString>Old Dominion Frt Line</ServiceAsString>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<PkgLength>4</PkgLength>
				<PkgWidth>4</PkgWidth>
				<PkgHeight>4</PkgHeight>
				<FreightServiceType>LTL</FreightServiceType>
				<FreightEquipmentType>VT_STANDARD</FreightEquipmentType>
				<FreightCommodity>
					<ItemFreightClass>CLASS_050</ItemFreightClass>
					<ItemDescription>ShipRush Socks 2x Pack</ItemDescription>
					<ItemPackaging>BAG</ItemPackaging>
					<ItemWeight>1</ItemWeight>
					<ItemPieces>6</ItemPieces>
				</FreightCommodity>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>3400 S Carrollton Ave</Address1>
					<Address2 />
					<City>New Orleans</City>
					<State>LA</State>
					<Country>US</Country>
					<PostalCode>70118</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>233 S WACKER DR</Address1>
					<Address2 />
					<City>Chicago</City>
					<State>IL</State>
					<Country>US</Country>
					<PostalCode>60606</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Banyan Viaquoteid
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>31</Carrier>
			<ShipmentLoadId>22494355</ShipmentLoadId>
			<BOLNumber>DES1906500006</BOLNumber>  <!-- Optional: If included will show up as tracking number in SR UI -->
			<ShipmentQuoteId>205725363</ShipmentQuoteId>
			<ShipViaQuoteId>true</ShipViaQuoteId>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Case53353
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest>
    <ShipTransaction>
        <Shipment>
            <UnitsOfMeasureLinear>IN</UnitsOfMeasureLinear>
            <UPSServiceType>I92</UPSServiceType>
            <CurrencyCode>USD</CurrencyCode>
            <Residential>0</Residential>
            <IsInternational>1</IsInternational>
            <DocInd>3</DocInd>
            <Carrier>1</Carrier>
            <BSOFlag>1</BSOFlag>
            <Package>
                <PackageActualWeight>1</PackageActualWeight>
                <PackagingType>02</PackagingType>
                <DCISType>F5</DCISType>
            </Package>
            <International>
                <fDXB13AFilingOptionField>3</fDXB13AFilingOptionField>
                <FDXB13AFilingOption>3</FDXB13AFilingOption>
                <FTSRExemptionNumber>NO EEI 30.36</FTSRExemptionNumber>
                <Commodity>
                    <NAFTAProducerDetermination>0</NAFTAProducerDetermination>
                    <LineCurrencyCode>USD</LineCurrencyCode>
                    <LineExtendedAmt>1</LineExtendedAmt>
                    <LineUnitAmtPrice>1</LineUnitAmtPrice>
                    <LineQty>1</LineQty>
                    <LineQtyUOM>EA</LineQtyUOM>
                    <LineMerchDesc1>Test</LineMerchDesc1>
                    <LineMerchDesc3>US</LineMerchDesc3>
                    <CommodityWeight>1</CommodityWeight>
                    <NumberOfPackagesPerCommodity>0</NumberOfPackagesPerCommodity>
                    <NAFTAPreferenceCriterion>A</NAFTAPreferenceCriterion>
                </Commodity>
            </International>
            <ImporterAddress>
                <Address>
                    <FirstName>James</FirstName>
                    <LastName>Woof</LastName>
                    <Company>Importer Guys LLC</Company>
                    <Address1>3044 Bark st</Address1>
                    <City>Toronto</City>
                    <State>ON</State>
                    <StateOrEmpty>ON</StateOrEmpty>
                    <Country>CA</Country>
                    <StateAsString>ON</StateAsString>
                    <CountryAsString>CA</CountryAsString>
                    <PostalCode>m8x2y8</PostalCode>
                    <Phone>2065680720</Phone>
                </Address>
            </ImporterAddress>
            <DeliveryAddress>
                <Address>
                    <FirstName>JAMES</FirstName>
                    <LastName>WOOF</LastName>
                    <Address1>3044 WOOF ST</Address1>
                    <City>TORONTO</City>
                    <State>ON</State>
                    <StateOrEmpty>ON</StateOrEmpty>
                    <Country>CA</Country>
                    <StateAsString>ON</StateAsString>
                    <CountryAsString>CA</CountryAsString>
                    <PostalCode>M8X 2Y8</PostalCode>
                    <Phone>2063280000</Phone>
                </Address>
            </DeliveryAddress>
            <ShipperAddress>
                <UPSAccountNumber>448342840</UPSAccountNumber>
                <Address>
                    <FirstName>Alex</FirstName>
                    <LastName>Testing</LastName>
                    <Company>ZFirm LLC</Company>
                    <Address1>120 Lakeside ave suite 101</Address1>
                    <City>Seattle</City>
                    <State>WA</State>
                    <StateOrEmpty>WA</StateOrEmpty>
                    <Country>US</Country>
                    <StateAsString>WA</StateAsString>
                    <CountryAsString>US</CountryAsString>
                    <PostalCode>98122</PostalCode>
                    <Phone>2063280000</Phone>
                </Address>
            </ShipperAddress>
            <BrokerAddress>
                <Address>
                    <FirstName />
                    <LastName />
                    <Company>Brokers</Company>
                    <State>AK</State>
                    <StateOrEmpty>AK</StateOrEmpty>
                    <Country>US</Country>
                    <StateAsString>AK</StateAsString>
                    <CountryAsString>US</CountryAsString>
                    <Phone>5554445544</Phone>
                </Address>
            </BrokerAddress>
        </Shipment>
    </ShipTransaction>
</ShipRequest>Ship Dhlec
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <ShipTransaction>
        <Shipment>
            <IsTest>1</IsTest>
            <Carrier>29</Carrier>
            <UPSServiceType>DHL09</UPSServiceType>
            <DHLeCDistributionFacility>USATL1</DHLeCDistributionFacility>
            <DHLeCPickupLocationId>5331051</DHLeCPickupLocationId>
            <Package>
                <PackageActualWeight>1</PackageActualWeight>
                <PackagingType>02</PackagingType>
                <InsuranceAmount>50</InsuranceAmount>
                <PkgLength>4</PkgLength>
                <PkgWidth>4</PkgWidth>
                <PkgHeight>4</PkgHeight>
                <PackageReference1>ShipRush Socks 2x Pack</PackageReference1>
            </Package>
            <DeliveryAddress>
                <Address>
                    <FirstName>John Doe</FirstName>
                    <Company>Acme Roofing</Company>
                    <Address1>120 Lakeside ave suite 101</Address1>
                    <Address2 />
                    <City>Seattle</City>
                    <State>WA</State>
                    <Country>US</Country>
                    <PostalCode>98122</PostalCode>
                    <Phone>206-300-0000</Phone>
                </Address>
            </DeliveryAddress>
            <ShipperAddress>
                <Address>
                    <FirstName>Mark White</FirstName>
                    <Company>Cat Food Unlimited</Company>
                    <Address1>3000 Landerholm Cir SE</Address1>
                    <Address2 />
                    <City>Bellevue</City>
                    <State>WA</State>
                    <Country>US</Country>
                    <PostalCode>98007</PostalCode>
                    <Phone>206-400-0000</Phone>
                    <CarrierFacility>5331051</CarrierFacility>
                </Address>
            </ShipperAddress>
        </Shipment>
    </ShipTransaction>
</ShipRequest>Ship Fdx Exp Dom
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F03</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Fdx Gnd Cod Dom
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F92</UPSServiceType>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
				<AddFreightChargesToCOD>1</AddFreightChargesToCOD>
				<CODAmount>10</CODAmount>
				<CODCurrency>USD</CODCurrency>
				<CODType>COD</CODType>
				<CODFunds>00</CODFunds>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Fdx Gnd Dom
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F92</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Fdx Gnd Dom Laser
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<!-- This example shows the use of the ShipSettings section to control the label type returned. -->
	<ShipSettings>
		<PrinterShippingLabel>
			<AutoprintShippingLabel>false</AutoprintShippingLabel>
			<LabelType>PNG</LabelType>
		</PrinterShippingLabel>
	</ShipSettings>
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F92</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Fdx Gnd Dom Zpl
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<!-- This example shows the use of the ShipSettings section to control the label type returned. -->
	<ShipSettings>
		<PrinterShippingLabel>
			<AutoprintShippingLabel>false</AutoprintShippingLabel>
			<LabelType>ZPL</LabelType>
		</PrinterShippingLabel>
	</ShipSettings>
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>1</Carrier>
			<UPSServiceType>F92</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Fdx Intl Doc
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>1</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</ShipRequest>Ship Fdx Intl Doc Laser
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>1</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
   <ShipSettings>
        <PrinterShippingLabel>
            <LabelType>PNG</LabelType>
        </PrinterShippingLabel>
        <PrinterPackingList>
            <LabelType>PNG</LabelType>
        </PrinterPackingList>
        <PrinterInternationalDocuments>
            <LabelType>PNG</LabelType>
        </PrinterInternationalDocuments>
        <PrinterSmallInternationalItems>
            <LabelType>PNG</LabelType>
        </PrinterSmallInternationalItems>
        <PrinterLargeEnvelopes>
            <LabelType>ZPL</LabelType>
        </PrinterLargeEnvelopes>
        <PrinterLetterPost>
            <LabelType>ZPL</LabelType>
        </PrinterLetterPost>
        <PrinterDownloadDocuments>
            <LabelType>PNG</LabelType>
        </PrinterDownloadDocuments>
        <PrinterPalletLabel>
            <LabelType>ZPL</LabelType>
        </PrinterPalletLabel>
    </ShipSettings>
</ShipRequest>Ship Fdx Intl Doc Zpl
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>1</DocInd>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
   <ShipSettings>
        <PrinterShippingLabel>
            <LabelType>ZPL</LabelType>
        </PrinterShippingLabel>
        <PrinterPackingList>
            <LabelType>ZPL</LabelType>
        </PrinterPackingList>
        <PrinterInternationalDocuments>
            <LabelType>ZPL</LabelType>
        </PrinterInternationalDocuments>
        <PrinterSmallInternationalItems>
            <LabelType>ZPL</LabelType>
        </PrinterSmallInternationalItems>
        <PrinterLargeEnvelopes>
            <LabelType>ZPL</LabelType>
        </PrinterLargeEnvelopes>
        <PrinterLetterPost>
            <LabelType>ZPL</LabelType>
        </PrinterLetterPost>
        <PrinterDownloadDocuments>
            <LabelType>ZPL</LabelType>
        </PrinterDownloadDocuments>
        <PrinterPalletLabel>
            <LabelType>ZPL</LabelType>
        </PrinterPalletLabel>
    </ShipSettings>
</ShipRequest>Ship Fdx Intl Nondoc
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>1</Carrier>
         <UPSServiceType>I01</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>3</DocInd>
         <Package>
            <PackageActualWeight>10</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of moustache combs</DescriptionOfGoods>
            <ShipmentCommodityOrigin>US</ShipmentCommodityOrigin>
            <InvoiceDate>08/06/2014</InvoiceDate>
            <InvoiceLineTotals>100.00</InvoiceLineTotals>
            <InvoiceCurrencyCode>USD</InvoiceCurrencyCode>
            <InvoiceSubTotal>100.00</InvoiceSubTotal>
            <TotalInvoiceAmount>100.00</TotalInvoiceAmount>
            <ReasonForExport>Sold</ReasonForExport>
            <UltimateDestCountry>AU</UltimateDestCountry>
            <PartiesToTrans>N</PartiesToTrans>
            <FTSRExemptionNumber>NO EEI 30.37(a)</FTSRExemptionNumber>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>1.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>1</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Moustache Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>1.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>1</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Beard Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
         </International>
         <ImporterAddress>
            <AddressQualifier>05</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </ImporterAddress>
         <ExporterAddress>
            <AddressQualifier>06</AddressQualifier>
            <Address>
               <FirstName>Ship</FirstName>
               <LastName>Rush</LastName>
               <Company>ShipRush</Company>
               <Address1>120 Lakeside ave</Address1>
               <Address2>Invoice test 1234</Address2>
               <City>Seattle</City>
               <State>WA</State>
               <PostalCode>98122</PostalCode>
               <Country>US</Country>
               <Phone>2068127874</Phone>
               <EMail>Info@ShipRush.com</EMail>
            </Address>
         </ExporterAddress>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <UltimageConsigneeAddress>
            <AddressQualifier>23</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </UltimageConsigneeAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</ShipRequest>Ship Newgistics
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>39</Carrier>
			<UPSServiceType>NGPRIORITY</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Ups Exp Dom
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>0</Carrier>
			<UPSServiceType>02</UPSServiceType>
                        <CurrencyCode>USD</CurrencyCode>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
				<InsuranceCurrency>USD</InsuranceCurrency>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
				<InsuranceCurrency>USD</InsuranceCurrency>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Ups Gnd Dom
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>0</Carrier>
			<UPSServiceType>03</UPSServiceType>
                        <CurrencyCode>USD</CurrencyCode>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
				<InsuranceCurrency>USD</InsuranceCurrency>
			</Package>
			<Package>
				<PackageActualWeight>2</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
				<InsuranceCurrency>USD</InsuranceCurrency>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Ship Ups Intl Doc
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>0</Carrier>
         <UPSServiceType>07</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>2</DocInd>
	 <CurrencyCode>USD</CurrencyCode>
         <Package>
            <PackageActualWeight>1</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of passport blanks</DescriptionOfGoods>
         </International>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</ShipRequest>Ship Ups Intl Nondoc
<?xml version = "1.0"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ShipTransaction>
      <Shipment>
	 <IsTest>1</IsTest>
         <Carrier>0</Carrier>
         <UPSServiceType>07</UPSServiceType>
         <IsInternational>1</IsInternational>
         <DocInd>3</DocInd>
	 <CurrencyCode>USD</CurrencyCode>
         <Package>
            <PackageActualWeight>100</PackageActualWeight>
            <PackagingType>02</PackagingType>
         </Package>
         <International>
            <DescriptionOfGoods>box of moustache combs</DescriptionOfGoods>
            <ShipmentCommodityOrigin>US</ShipmentCommodityOrigin>
            <InvoiceDate>08/06/2014</InvoiceDate>
            <InvoiceLineTotals>100.00</InvoiceLineTotals>
            <InvoiceCurrencyCode>USD</InvoiceCurrencyCode>
            <InvoiceSubTotal>100.00</InvoiceSubTotal>
            <TotalInvoiceAmount>100.00</TotalInvoiceAmount>
            <ReasonForExport>Sold</ReasonForExport>
            <UltimateDestCountry>AU</UltimateDestCountry>
            <PartiesToTrans>N</PartiesToTrans>
            <FTSRExemptionNumber>NO EEI 30.37(a)</FTSRExemptionNumber>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Moustache Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
            <Commodity>
               <LineOriginCountry>US</LineOriginCountry>
               <LineCurrencyCode>USD</LineCurrencyCode>
               <LineExtendedAmt>50.00</LineExtendedAmt>
               <LineUnitAmtPrice>1.00</LineUnitAmtPrice>
               <LineQty>50</LineQty>
               <LineQtyUOM>LBS</LineQtyUOM>
               <LineMerchDesc1>12ct box of Beard Combs</LineMerchDesc1>
               <CommodityWeight>1</CommodityWeight>
               <LineLicenseException>NLR</LineLicenseException>
            </Commodity>
         </International>
         <ImporterAddress>
            <AddressQualifier>05</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </ImporterAddress>
         <ExporterAddress>
            <AddressQualifier>06</AddressQualifier>
            <Address>
               <FirstName>Ship</FirstName>
               <LastName>Rush</LastName>
               <Company>ShipRush</Company>
               <Address1>120 Lakeside ave</Address1>
               <Address2>Invoice test 1234</Address2>
               <City>Seattle</City>
               <State>WA</State>
               <PostalCode>98122</PostalCode>
               <Country>US</Country>
               <Phone>2068127874</Phone>
               <EMail>Info@ShipRush.com</EMail>
            </Address>
         </ExporterAddress>
         <DeliveryAddress>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </DeliveryAddress>
         <UltimageConsigneeAddress>
            <AddressQualifier>23</AddressQualifier>
            <Address>
               <FirstName>RECIEVING</FirstName>
               <LastName>DEPT</LastName>
               <Company>THE AUSTRALIAN HOTEL</Company>
               <Address1>100 CUMBERLAND ST</Address1>
               <City>SYDNEY</City>
               <PostalCode>2000</PostalCode>
               <Country>AU</Country>
               <Phone>2068127874</Phone>
            </Address>
         </UltimageConsigneeAddress>
         <ShipperAddress>
            <Address>
               <FirstName>Mark White</FirstName>
               <Company>Cat Food Unlimited</Company>
               <Address1>3000 Landerholm Cir SE</Address1>
               <Address2 />
               <City>Bellevue</City>
               <State>WA</State>
               <Country>US</Country>
               <PostalCode>98007</PostalCode>
               <Phone>206-400-0000</Phone>
            </Address>
         </ShipperAddress>
      </Shipment>
   </ShipTransaction>
</ShipRequest>Ship USPS
<?xml version="1.0" encoding="utf-8"?>
<ShipRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>17</Carrier>
			<UPSServiceType>U02</UPSServiceType>
			<Package>
				<PackageActualWeight>1</PackageActualWeight>
				<PackagingType>02</PackagingType>
				<InsuranceAmount>50</InsuranceAmount>
			</Package>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
			<ShipperAddress>
				<Address>
					<FirstName>Mark White</FirstName>
					<Company>Cat Food Unlimited</Company>
					<Address1>3000 Landerholm Cir SE</Address1>
					<Address2 />
					<City>Bellevue</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98007</PostalCode>
					<Phone>206-400-0000</Phone>
				</Address>
			</ShipperAddress>
		</Shipment>
	</ShipTransaction>
</ShipRequest>Validateaddress USPS
<?xml version="1.0" encoding="utf-8"?>
<ValidateAddressRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
			<IsTest>1</IsTest>
			<Carrier>3</Carrier>
			<DeliveryAddress>
				<Address>
					<FirstName>John Doe</FirstName>
					<Company>Acme Roofing</Company>
					<Address1>120 Lakeside ave suite 101</Address1>
					<Address2 />
					<City>Seattle</City>
					<State>WA</State>
					<Country>US</Country>
					<PostalCode>98122</PostalCode>
					<Phone>206-300-0000</Phone>
				</Address>
			</DeliveryAddress>
		</Shipment>
	</ShipTransaction>
</ValidateAddressRequest>Void
<?xml version="1.0" encoding="utf-8"?>
<VoidRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
	<ShipTransaction>
		<Shipment>
                        <ShipmentNumber>420981229405501699320069418535</ShipmentNumber>
		</Shipment>
	</ShipTransaction>
</VoidRequest>Wwexltl Rate Shopping
<?xml version="1.0" encoding="UTF-8"?>
<RateShoppingRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ShipTransaction>
    <Shipment>
      <isTest>1</isTest>
      <Carrier>14</Carrier>
      <Package>
        <PackageActualWeight>100</PackageActualWeight>
        <PackagingType>18</PackagingType>
        <FreightCommodity>
          <ItemFreightClass>CLASS_070</ItemFreightClass>
          <ItemDescription>staff</ItemDescription>
          <ItemNMFC>123456789</ItemNMFC>
          <ItemPackaging>CASE</ItemPackaging>
          <ItemPieces>1</ItemPieces>
          <ItemWeight>2</ItemWeight>
        </FreightCommodity>
      </Package>
      <DeliveryAddress>
        <Address>
          <FirstName>Fred Talt</FirstName>
          <Address1>1500 Commonwealth Ave</Address1>
          <City>Boston</City>
          <State>MA</State>
          <Country>US</Country>
          <PostalCode>02135</PostalCode>
        </Address>
      </DeliveryAddress>
      <ShipperAddress>
        <Address>
          <Company>Wolfe Electronics</Company>
          <Address1>1075 4th St</Address1>
          <City>Boston</City>
          <State>MA</State>
          <Country>US</Country>
          <PostalCode>02127</PostalCode>
        </Address>
      </ShipperAddress>
    </Shipment>
  </ShipTransaction>
</RateShoppingRequest>Example Labels