We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f712f55 + c3473dd commit a8dd4cfCopy full SHA for a8dd4cf
1 file changed
examples/rate_request.py
@@ -64,7 +64,12 @@
64
package1.PhysicalPackaging = 'BOX'
65
# Required, but according to FedEx docs:
66
# "Used only with PACKAGE_GROUPS, as a count of packages within a
67
-# group of identical packages" whatever that means
+# group of identical packages". In practice you can use this to get rates
68
+# for a shipment with multiple packages of an identical package size/weight
69
+# on rate request without creating multiple RequestedPackageLineItem elements.
70
+# You can OPTIONALLY specify a package group:
71
+# package1.GroupNumber = 0 # default is 0
72
+# The result will be found in RatedPackageDetail, with specified GroupNumber.
73
package1.GroupPackageCount = 1
74
# Un-comment this to see the other variables you may set on a package.
75
#print package1
0 commit comments