FedEx integration #120
Unanswered
snainamalai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team, I am trying to integrate FedEx in to my Hedstart solution,
Can you please help us to get the 'MapToPackages' method and from where we are able to get the ShipEstimateResponse?
var response = new ShipEstimateResponse();
var packages = response.ShipEstimates.Select(se => MapToPackages(response.ShipEstimates));
Beta Was this translation helpful? Give feedback.
All reactions