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 9a1d34a commit 28961a9Copy full SHA for 28961a9
examples/rate_request.py
100755
100644
@@ -57,6 +57,8 @@
57
58
package1 = rate_request.create_wsdl_object_of_type('RequestedPackageLineItem')
59
package1.Weight = package1_weight
60
+#can be other values this is probably the most common
61
+package1.PhysicalPackaging = 'BOX'
62
# Un-comment this to see the other variables you may set on a package.
63
#print package1
64
0 commit comments