Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /GetInventoryItemImages

Allows 250 calls per minute

Response: List<StockItemImage>



Use this call to Get inventory item images

Parameters

NameTypeDescription
inventoryItemIdGuidId of StockItem

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemImages

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

inventoryItemId=3739123b-793e-4cbb-9d5d-c987b769bfd6

Response

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
  }
]