I was trying to use the project ShippingTesting in Visual Studio(C#). I tried UPS
which works great.
But when I tried FeDex
, it threw an error saying:
"Newtonsoft.Json.JsonSerializationException", " Additional information: Error converting value "PRE_TRANSIT" to type 'Shippo.ShippoEnums+TrackingStatus'. Path 'tracking_history[0].status',"
It looks like a JSON serialization issue. Will this be a constant issue with Fedex?
Thanks!