orders orderparcelshippinglabel (http://api.3plcentral.com/rels/orders/orderparcelshippinglabel)
Resource:
Operator: request parcel shipping label(s) for order
C# Rel Const:
Rels.OrderSvc.OrderParcelShippingLabel
URI template:
{id}/parcels/orderparcelshippinglabel{?labelFormat,includeReturnLabels}
Obtain URI from:
Get parcel shipping label(s) for order
Success status: 200
Name (* = required) Data Type Description
id * int order id
labelFormat Common.Enum.LabelFormatType specify which label format to request. (default: zpl)
- Zpl
- Png
- Pdf
includeReturnLabels bool include return label along with shipping label
Type Description
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
{
  "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.