This is a shipping project exclusively for ClusterStudio. I have worked with ClusterStudio in the past and we decided to use ScriptLance for the money transfer. Here is a glimpse of what he will be working on:
********************************************************************************
(The following was cut and pasted from an actual email correspondence with ClusterStudio)
********************************************************************************
1- http://code.google.com/apis/checkout/developer/index.html#shipping_xsd
2- http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Flat_Rate_Shipping.html
In the second link you can see the flat rate xml format with restricted addresses. That is what we need. Here is a cut and paste of what I am talking about:
<shipping-methods>
<flat-rate-shipping name=”UPS Next Day Air”>
<price currency=”USD”>20.00</price>
<shipping-restrictions>
<excluded-areas>
<us-state-area>
<state>AK</state>
</us-state-area>
<us-state-area>
<state>HI</state>
</us-state-area>
</excluded-areas>
<allow-us-po-box>false</allow-us-po-box>
</shipping-restrictions>
</flat-rate-shipping>
<flat-rate-shipping name=”UPS Ground”>
<price currency=”USD”>15.00</price>
<shipping-restrictions>
<allow-us-po-box>false</allow-us-po-box>
</shipping-restrictions>
</flat-rate-shipping>
</shipping-methods>
Here are the options (restricted to their specific locations):
* $5 – Standard USA {Restricted to Within USA}
* $9 – Priority USA {Restricted to Within USA}
* $25 – Express USA {Restricted to Within USA}
* $18 – Standard International {Restricted to Outside USA}
* $30 – Priority International {Restricted to Outside USA}
We always allow PO boxes where it is available. If you have any questions, chat or email me and I will be happy to clarify.
********************************************************************************
End Email
********************************************************************************
Jared Carter (zowper)