orders packageslabeltemplates (http://api.3plcentral.com/rels/orders/packageslabeltemplates)
Resource:
Collection: request the label templates
C# Rel Const:
Rels.OrderSvc.PackagesLabelTemplates
URI template:
packages/labeltemplates{?cid}
Obtain URI from:
Get all available label templates for the tpl and specified customer
Success status: 200
Name (* = required) Data Type Description
cid * int customer id
Type Description
LabelTemplates Order.Models.LabelTemplate[]
LabelTemplateId int
Name string
Description string
Retailer string
IsPalletLabel bool
Sample accept: application/hal+json
{
  "labelTemplates": [
    {
      "labelTemplateId": 1,
      "name": "str",
      "description": "str",
      "retailer": "str",
      "isPalletLabel": true
    }
  ]
}

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.