orders ordersparcelshippinglabelshighvolume (http://api.3plcentral.com/rels/orders/ordersparcelshippinglabelshighvolume)
Resource:
Collection: Get labels for high volume shipping on ParcelApi
C# Rel Const:
Rels.OrderSvc.OrdersParcelShippingLabelsHighVolume
URI template:
parcels/ordersparcelshippinglabelshighvolume{?batchUrl}
Obtain URI from:
Get list of parcels that belong to a high volume shipment batch from small parcel
Success status: 200
Name (* = required) Data Type Description
batchUrl * string specify the batch id from HVP process
Type Description
FaultedOrders Generic.Models.Exceptions.ListException container of WmsExceptionBase-derived exceptions occuring during actions on lists, such as import or mass ops
Message string
Faults IList<Generic.Models.Exceptions.ListEntryFault>
EntryNumber int 1-indexed position in the source list
WmsException Generic.Models.Exceptions.WmsExceptionBase for more details at runtime see which WmsExceptionBase-derived exception it is
ErrorCode string could have been a number, but is a short string for human readability; not to be localized
Hint string helpful word or two if the thrower happens to know more things; not to be localized
Message string
InnerException System.Exception
ResourceList IList<Order.Models.Parcel>
OrderId int
ParcelResponseId int
ParcelResponseDetailIds IEnumerable<int>
ShipDate DateTime? ...
VoidDate DateTime? ...
ContentType string mime type of browser-downloadable format (ie. pdf, csv, png, etc.) for all labels tied to an order
Contents IList<Object> list of zpl printer (string) or browser-downloadable label (byte[]) objects, based on the ContentType
Sample accept: application/hal+json
{
  "faultedOrders": {
    "message": "ListException: Faults [{EntryNumber 1, }]",
    "faults": [
      {
        "entryNumber": 1,
        "entryInfo": "str"
      }
    ],
    "data": {},
    "helpLink": "str",
    "source": "str",
    "hResult": 3
  },
  "_embedded": {
    "http://api.3plCentral.com/rels/orders/orderparcelshippinglabel": [
      {
        "orderId": 1,
        "parcelResponseId": 2,
        "parcelResponseDetailIds": [
          1
        ],
        "shipDate": "2016-12-25T23:00:00",
        "voidDate": "2016-12-25T23:00:00",
        "contentType": "str",
        "contents": [
          {}
        ]
      }
    ]
  }
}

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.