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
Describe the bug
Whatever API request I try I never get transit_days and/or estimated_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:
Make a POST request to /v1/proxy/rates while having a Fedex API (not WS) carrier setup
Check for transit_days or estimated_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):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@vangelow
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.
Beta Was this translation helpful? Give feedback.
All reactions