Use this call to get stockitem Titles
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | stockitem id |
The following request format is required for this method.
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=3939493b-9160-412b-9cad-1bec9fd75a70
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkRowId": "8f0eaf4c-c79f-46d2-87bb-383625cfde28",
"Source": "sample string 2",
"SubSource": "sample string 3",
"Title": "sample string 4",
"StockItemId": "27f6f8f3-5782-4caf-89ca-a1fbb300aa41",
"StockItemIntId": 2
}
]