Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

US Military Address quotes from FedEx need calculators #191

Open
dpritchett opened this issue Jun 9, 2014 · 1 comment
Open

US Military Address quotes from FedEx need calculators #191

dpritchett opened this issue Jun 9, 2014 · 1 comment

Comments

@dpritchett
Copy link
Contributor

USPS ships to military PO boxes (APO/FPO/DPO) per their site, and I've verified at least one sample military address gets a rate response. The only problem is they have different shipping method names and we don't have Spree calculators in place for them.

Sample API response: https://gist.github.com/dpritchett/a7335992dc318dafc24e

Edit to add: I did find a few non-military service class IDs that were returned:

 {
                 "CLASSID": "0",
                 "MailService": "First-Class Mail<sup>®</sup> Parcel",
                 "Rate": "2.86"
             }, {
                 "CLASSID": "4",
                 "MailService": "Standard Post<sup>®</sup>",
                 "Rate": "6.45"
             }, {
                 "CLASSID": "6",
                 "MailService": "Media Mail<sup>®</sup>",
                 "Rate": "2.69"
             }, {
                 "CLASSID": "7",
                 "MailService": "Library Mail",
                 "Rate": "2.56"
             ```
@dpritchett
Copy link
Contributor Author

Relevant docs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant