---
title: "GetInventoryItemImages"
method: GET
path: "/api/Inventory/GetInventoryItemImages"
tags: ["Inventory"]
---

# GetInventoryItemImages

`GET /api/Inventory/GetInventoryItemImages`

Use this call to get inventory item images
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>250</b></span> / minute

## Query parameters

- `inventoryItemId` string, uuid
- `itemNumber` string

## Response `200`

OK

- StockItemImage[]
  - `Source` string — URL to thumnail image
  - `FullSource` string — Url to full size image
  - `CheckSumValue` string — Image check sum
  - `pkRowId` string, uuid — Unique id of image
  - `IsMain` boolean — Is the image the main image
  - `SortOrder` integer — Sort order for the image
  - `ChecksumValue` string — Internal checksum value
  - `RawChecksum` string — Raw file checksum (Used for UI to determine if the image file is the same before submitting for upload)
  - `StockItemId` string, uuid — Stock Item Id
  - `StockItemIntId` integer — Stock Item interger Id

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
