Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetInventoryItemTitles

Allows 250 calls per minute

Response: List<StockItemTitle>



Use this call to get stockitem Titles

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/GetInventoryItemTitles

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=f93572e9-f5b9-436f-9e69-95582f9a3702

Response

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

[
  {
    "pkRowId": "d876251d-823b-4b8e-a9dc-0df42f9547be",
    "Source": "sample string 2",
    "SubSource": "sample string 3",
    "Title": "sample string 4",
    "StockItemId": "7268ea6a-0214-4cb8-ab75-cd3e5838decf",
    "StockItemIntId": 2
  }
]