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
When use UPS and UseNegotiatedRates = true with valid account and ShipperNumber, the server response doesn't contains the "NegotiatedRates" node. In the response details there is a Warning node "RatedShipmentWarning" = Invalid Origin State/Province.
Current code is not setting the Shipper province as you can see:
When use UPS and UseNegotiatedRates = true with valid account and ShipperNumber, the server response doesn't contains the "NegotiatedRates" node. In the response details there is a Warning node "RatedShipmentWarning" = Invalid Origin State/Province.
Current code is not setting the Shipper province as you can see:
Seems UPS needs the StateProvinceCode node in the Shipper Address if UseNegotiatedRates=true
If change code to:
I receive the NegotiatedRates node completed.
There is any reason why the origin "StateProvinceCode" is not set?
Thank you.
The text was updated successfully, but these errors were encountered: