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:
/v1/proxy/rates
while having a Fedex API (not WS) carrier setuptransit_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):
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
{
"id": "rat_de158d436c324b358a8fae1e414c8967",
"object_type": "rate",
"carrier_name": "fedex",
"carrier_id": "fedex",
"currency": "SEK",
"service": "fedex_international_priority",
"total_charge": 141.95,
"extra_charges": [
{
"name": "Base Charge",
"amount": 1005.16,
"currency": "SEK"
},
{
"name": "Discounts",
"amount": 0,
"currency": "SEK"
},
{
"name": "Fuel Surcharge",
"amount": 27.64,
"currency": "SEK"
},
{
"name": "Demand Surcharge",
"amount": 10.97,
"currency": "SEK"
},
{
"name": "Other",
"amount": 17.43,
"currency": "SEK"
}
],
"meta": {
"service_name": "FEDEX INTERNATIONAL PRIORITY",
"ext": "fedex",
"carrier": "fedex",
"rate_provider": "fedex",
"carrier_connection_id": "car_b4eb51669e4c4fadaa9cdf43f3efc577"
},
"test_mode": false
},
@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.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too