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
I seem to be having trouble requesting Transit times - for both fedex.ship and fedex.rate requests I'm returning @transit_time=nil for shipping service types except FEDEX_GROUND
It this a known limitation of this gem, does anyone know how to return transit time along with rates?
In the FedEX Documentation I found this:
Use the optional ReturnTransitAndCommit element to include transit time information in the reply. FedEx Express information will include the day and date the package will be delivered, based on the ship date you specified. The FedEx Ground response will describe the number of business days required for the package delivery
Thanks!
The text was updated successfully, but these errors were encountered:
Scott-S
changed the title
transit_time=nil for all shipping services except ground
transit_time=nil response for all shipping service types except ground
May 11, 2016
Hey Guys,
I seem to be having trouble requesting Transit times - for both fedex.ship and fedex.rate requests I'm returning
@transit_time=nil
for shipping service types except FEDEX_GROUNDIt this a known limitation of this gem, does anyone know how to return transit time along with rates?
In the FedEX Documentation I found this:
Thanks!
The text was updated successfully, but these errors were encountered: