Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetInventoryItemDescriptions

Allows 250 calls per minute

Response: List<StockItemDescription>



Use this call to get stockitem Descriptions

Parameters

NameTypeDescription
inventoryItemIdGuidstockitem id

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemDescriptions

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.

inventoryItemId=c704416a-9030-43d1-ab1a-1d812c8d1ee2

Response

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

[
  {
    "pkRowId": "e44e4fb9-8778-4478-99ac-dee5cd52470e",
    "Source": "sample string 2",
    "SubSource": "sample string 3",
    "Description": "sample string 4",
    "StockItemId": "f683d166-8083-4748-b905-d4e832eaaf27",
    "StockItemIntId": 2
  }
]