-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEDEX] API not returning transit_days or esimated_delivery #739
Comments
Hi @vangelow , karrio/modules/connectors/fedex/karrio/providers/fedex/rate.py Lines 50 to 61 in b010899
I suspect it might be an issue related to |
@danh91 As part of our investigation, fedex responded that they recreated the same request your They said without that description the API does not respond with transit times, without it the transit time is none |
@danh91 I also tested this with sending the the description and it worked, deliveryDate is returned in the json response.
|
Describe the bug
Whatever API request I try I never get
transit_days
and/orestimated_delivery
when using Fedex API integration and not Fedex WS (with this one I always get transit days)To Reproduce
Steps to reproduce the behavior:
/v1/proxy/rates
while having a Fedex API (not WS) carrier setuptransit_days
orestimated_delivery
Expected behavior
Any information about an estimated delivery or transit days is part of the response.
Screenshots
API response example below
Desktop (please complete the following information):
Additional context
Here you can see that there is not information at all about transit_days - This is one item from the "rates" key of the response
@danh91 Please if there is some idea to trigger the transit days to be returned, because I read something about that being part of the request also give us a sign.
The text was updated successfully, but these errors were encountered: