Use this call to get stockitem Titles
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | stockitem id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemTitles
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
This is an example of the request structure. Results will vary depending on your data.
inventoryItemId=f93572e9-f5b9-436f-9e69-95582f9a3702
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
}
]