v1
latestOpenAPI 3.0.02026-07-266521,3121.2 MBInventory
GetInventoryItem
Gets stock item details by either the SKU or StockItemId The stock item id is supplied, it is used as the primary identifier If both stock item id and SKU are supplied, an exception will be thrown if they dont relate to the same Linnworks item <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute
get/api/Inventory/GetInventoryItem
Query parameters
stockItemIdstring uuid
The Linnworks stock item id. Used in preference over SKU when supplied If not supplied, the SKU will be used
sKUstring
The SKU for the item. Only used when StockItemId is not supplied
Response
OK
Example response
{
"PostalServiceId": "00000000-0000-0000-0000-000000000000",
"CategoryId": "00000000-0000-0000-0000-000000000000",
"PackageGroupId": "00000000-0000-0000-0000-000000000000",
"StockItemId": "00000000-0000-0000-0000-000000000000"
}