Skip to content

Commit 28961a9

Browse files
jcartmellgtaylor
authored andcommitted
Fedex now wants the PhysicalPackaginType specified.
1 parent 9a1d34a commit 28961a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/rate_request.py

100755100644
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757

5858
package1 = rate_request.create_wsdl_object_of_type('RequestedPackageLineItem')
5959
package1.Weight = package1_weight
60+
#can be other values this is probably the most common
61+
package1.PhysicalPackaging = 'BOX'
6062
# Un-comment this to see the other variables you may set on a package.
6163
#print package1
6264

0 commit comments

Comments
 (0)