Skip to content

Commit 2a033c2

Browse files
jcartmellgtaylor
authored andcommitted
Added EdtRequestType because fedex seems to now require this.
1 parent 28961a9 commit 2a033c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/rate_request.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
rate_request.RequestedShipment.Recipient.Address.CountryCode = 'US'
4646
# This is needed to ensure an accurate rate quote with the response.
4747
#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'
4850

4951
# Who pays for the rate_request?
5052
# RECIPIENT, SENDER or THIRD_PARTY

0 commit comments

Comments
 (0)