File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 6464package1 .PhysicalPackaging = 'BOX'
6565# Required, but according to FedEx docs:
6666# "Used only with PACKAGE_GROUPS, as a count of packages within a
67- # group of identical packages" whatever that means
67+ # 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.
6873package1 .GroupPackageCount = 1
6974# Un-comment this to see the other variables you may set on a package.
7075#print package1
You can’t perform that action at this time.
0 commit comments