orders packagesconsolidatebycustomdims (http://api.3plcentral.com/rels/orders/packagesconsolidatebycustomdims)
Resource:
Operator: consolidate order's packages into one package by package custom dimensions
C# Rel Const:
Rels.OrderSvc.PackagesConsolidateByCustomDims
URI template:
{id}/packages/consolidatorbycustomdims{?overridesummary}
Obtain URI from:
creates a single package containing the entire order's content
Success status: 204
Name (* = required) Data Type Description
id * int order id
overridesummary bool
set the package custom dimensions to be used
package definition
Type Description
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Sample content-type: application/hal+json
{
  "length": 1.0,
  "width": 1.0,
  "height": 1.0,
  "weight": 1.0
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.