Use this call to get stockitem Descriptions
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/GetInventoryItemDescriptions
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=c704416a-9030-43d1-ab1a-1d812c8d1ee2
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
}
]