Resource:Collection: request the label templatesC# Rel Const:Rels.OrderSvc.PackagesLabelTemplatesURI 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 |
{ "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.