Use this call to Get inventory item images
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | Id of StockItem |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemImages
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=c3afa1cc-6905-49b6-ada9-99e090985f0c
This is an example of the response JSON. Results will vary depending on your data.
[
{
"Source": "sample string 1",
"FullSource": "sample string 2",
"CheckSumValue": "sample string 3",
"pkRowId": "342b70ed-4db4-485d-bab2-05a70fdb7893",
"IsMain": true,
"SortOrder": 6,
"ChecksumValue": "sample string 7",
"RawChecksum": "sample string 8",
"StockItemId": "87d5a304-fe6e-4b87-91a6-08dcc03b00b0",
"StockItemIntId": 10
}
]