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
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!