We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28961a9 commit 2a033c2Copy full SHA for 2a033c2
examples/rate_request.py
@@ -45,6 +45,8 @@
45
rate_request.RequestedShipment.Recipient.Address.CountryCode = 'US'
46
# This is needed to ensure an accurate rate quote with the response.
47
#rate_request.RequestedShipment.Recipient.Address.Residential = True
48
+#include estimated duties and taxes in rate quote, can be ALL or NONE
49
+rate_request.RequestedShipment.EdtRequestType = 'NONE'
50
51
# Who pays for the rate_request?
52
# RECIPIENT, SENDER or THIRD_PARTY
0 commit comments