orders packagesconsolidatesbycustomdims (http://api.3plcentral.com/rels/orders/packagesconsolidatesbycustomdims)
Resource:
C# Rel Const:
Rels.OrderSvc.PackagesConsolidatesByCustomDims
URI template:
packages/consolidatorbycustomdims{?overridesummary}
Obtain URI from:
For each order specified, creates a single package per order containing the entire order's content;
aborts on first error; if any generation succeeded prior to error, they are not rolled back
Success status: 204
Name Data Type Description
overridesummary bool
Package custom dimension values with a list of order ids
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identify the orders to be packaged using custom dimensions
Id int
PackageByCustomDims Order.Models.PackageByCustomDims set the package custom dimensions to be used
Order.Models.PackageByCustomDims set the package custom dimensions to be used
Length decimal? ...
Width decimal? ...
Height decimal? ...
Weight decimal? ...
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ],
  "_embedded": {
    "http://api.3plCentral.com/rels/orders/packagesconsolidatebycustomdims": {
      "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.