Label Types

When creating an order with a document that has to be printed in a specific way, there is now an option to pass a label-type with the document model

Related resources

The label type model

Properties

  • Name
    id
    Type
    string
    Readonly
    readonly
    Description

    Unique identifier for the document.

  • Name
    code
    Type
    string
    Description
  • Name
    name
    Type
    string
    Description

GET/wms/label-types/

List all label types

List label types

Request

GET
/wms/label-types
curl https://eu-dev.middleware.ewarehousing-solutions.com/wms/label-types

Response

[
  {
    "id": "322c6ccd-3aa6-4c57-ad52-f12070d425b0",
    "code": "RIBR-58",
    "label": "Ribbelrand 58mm"
  }
]