Replies: 1 comment 1 reply
-
To get the rates from the PAYOR_ACCOUNT_PACKAGE RateType for FedEx you should set UseNegotiatedRates to true like this:
That would also include results with PAYOR_ACCOUNT_SHIPMENT and NEGOTIATED RateTypes. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get the rates from the PAYOR_ACCOUNT_PACKAGE RateType (for Fedex)? From the XML response, there are two RatedShipmentDetails nodes and the library is only returning the rate from the "PAYOR_LIST_PACKAGE" node. It would be great if all TotalNetCharge > Amount, be returned into the "Rate" object.
Beta Was this translation helpful? Give feedback.
All reactions