| | 147 | .. index:: |
|---|
| | 148 | single: USPS; |
|---|
| | 149 | |
|---|
| | 150 | USPS |
|---|
| | 151 | ++++ |
|---|
| | 152 | The United States Postal Service module allows you to calculate shipping costs using the USPS web api. Here are a couple of noted |
|---|
| | 153 | regarding this module: |
|---|
| | 154 | |
|---|
| | 155 | - The USPS API won't return shipping rates if you are trying to go against the testing server, |
|---|
| | 156 | so a couple of the settings in modules/config.py become useless and confusing |
|---|
| | 157 | - Make sure your products have weights associated with them. The USPS API won't accept weightless packages and your |
|---|
| | 158 | list of shipping options might not be a list at all! |
|---|
| | 159 | - The module assumes that the value entered in a product's "weight" attribute is in pounds (because that's what USPS expects) |
|---|
| | 160 | - Some rates such as parcel post automatically include the "additional postage may apply" values, and according to |
|---|
| | 161 | exchanges with the USPS support crew, we just have to deal with it. |
|---|
| | 162 | |
|---|
| | 163 | To enable in Satchmo: |
|---|
| | 164 | |
|---|
| | 165 | 1. In your site settings, make sure that the USPS module is active |
|---|
| | 166 | 2. Configure the password and package settings |
|---|