Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

fedex find_rates not returning all service_types #540

Open
SturdyJohn opened this issue Sep 21, 2017 · 1 comment
Open

fedex find_rates not returning all service_types #540

SturdyJohn opened this issue Sep 21, 2017 · 1 comment

Comments

@SturdyJohn
Copy link

I am trying to get a rate request for FedEx Ground, however

response = fedex.find_rates(origin, destination, packages)

only returns 7 service options: FedEx First Overnight, FedEx Priority Overnight, FedEx Standard Overnight, FedEx 2 Day Am, FedEx 2 Day, FedEx Express Saver, FedEx Ground Home Delivery.

Is it possible to get a rate request for FedEx Ground?

Thank you!

@gilesbowkett
Copy link

hi @SturdyJohn — I had a similar issue and resolved it by specifying that I was making a commercial shipment. likewise, if I wanted Home Delivery not Ground, I had to pass in residential. if I recall correctly you can just add service_type: 'commercial' at the end of your line of code.

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

No branches or pull requests

2 participants