Use this call to get all product details
Name | Type | Description |
---|---|---|
id | Guid |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemById
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.
id=60093171-14a1-465f-bc4e-e9e0fc545ab6
This is an example of the response JSON. Results will vary depending on your data.
{
"VariationGroupName": "sample string 1",
"ItemDescription": "sample string 1",
"Quantity": 2,
"InOrder": 3,
"Due": 4,
"MinimumLevel": 5,
"Available": -1,
"IsCompositeParent": true,
"ShippedSeparately": true,
"ItemNumber": "sample string 7",
"ItemTitle": "sample string 8",
"BarcodeNumber": "sample string 9",
"MetaData": "sample string 10",
"IsVariationParent": true,
"isBatchedStockType": false,
"PurchasePrice": 12.1,
"RetailPrice": 1.1,
"TaxRate": 13.1,
"PostalServiceId": "0115776c-aa23-4e2e-b028-bf7af9330551",
"PostalServiceName": "sample string 15",
"CategoryId": "5f818ea9-be50-4a17-9de0-a0425d9f412d",
"CategoryName": "sample string 17",
"PackageGroupId": "92c47745-c4fa-4981-8ffe-dda39a17da69",
"PackageGroupName": "sample string 19",
"Height": 20.1,
"Width": 21.1,
"Depth": 22.1,
"Weight": 23.1,
"CreationDate": "2023-01-10T13:49:55.4982567+00:00",
"InventoryTrackingType": 24,
"BatchNumberScanRequired": true,
"SerialNumberScanRequired": true,
"StockItemId": "4a0b5a37-d424-4978-a63c-5ada7d725fa1",
"StockItemIntId": 28
}