You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: