Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /GetPackagingGroups

Allows 150 calls per minute

Response: List<PackageGroup>



Get available packaging groups

Parameters

No parameters required.


Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/GetPackagingGroups

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "PackageCategoryID": "fff7f451-553a-44fe-9e0e-7ca64c739ec3",
    "PackageCategory": "sample string 2",
    "rowguid": "e99b1b9d-cc4a-4376-9827-1221af729e69",
    "PackageTypes": [
      {
        "PackageTypeId": "d9f675bb-342b-4061-a1ef-30cbf25f73e5",
        "PackageGroupId": "a9e04bc5-62ea-41b2-94bf-a2aaa39cc254",
        "PackageTitle": "sample string 3",
        "FromGramms": 4.1,
        "ToGramms": 5.1,
        "PackagingWeight": 6.1,
        "PackagingCapacity": 7.1,
        "Rowguid": "65cfb897-9f6d-4f3b-accc-fd71a6744794",
        "Width": 9.1,
        "Height": 10.1,
        "Depth": 11.1
      }
    ]
  }
]