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.
GET | 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=3739123b-793e-4cbb-9d5d-c987b769bfd6
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": "9384fcee-80d8-4b24-beaa-e58c1ae70176",
"IsMain": true,
"SortOrder": 6,
"ChecksumValue": "sample string 7",
"RawChecksum": "sample string 8",
"StockItemId": "e904b55a-f5ea-496b-9c13-0e859590101b",
"StockItemIntId": 10
}
]