Use this call to get all StockItem Compositions
Name | Type | Description |
---|---|---|
request | GetInventoryItemsCompositionByIdsRequest | Object with InventoryItemIds |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/GetInventoryItemsCompositionByIds HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
request={
"InventoryItemIds": [
"4bb33984-1207-49e3-b384-ee1ccfb0579f",
"2d562255-1c4e-4ddb-9770-606ccb8f2569"
]
}
This is an example response. Results may vary depending on your data.
{
"InventoryItemsCompositionByIds": {
"ea354a70-50ee-4d9e-b4bc-a2828cd0a40b": [
{
"LinkedStockItemId": "56b0af9f-f2a4-4100-b4be-d35ed5f9b3d4",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"Weight": 10.1,
"PackageGroupId": "865f82a6-ba21-4791-83d6-870e03e4971b",
"StockItemId": "6431ee78-f00e-4627-9955-cedc3fa0df67",
"StockItemIntId": 2
},
{
"LinkedStockItemId": "56b0af9f-f2a4-4100-b4be-d35ed5f9b3d4",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"Weight": 10.1,
"PackageGroupId": "865f82a6-ba21-4791-83d6-870e03e4971b",
"StockItemId": "6431ee78-f00e-4627-9955-cedc3fa0df67",
"StockItemIntId": 2
}
],
"f51354dd-e2dc-4508-93ec-d0ae5b9bcbd3": [
{
"LinkedStockItemId": "56b0af9f-f2a4-4100-b4be-d35ed5f9b3d4",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"Weight": 10.1,
"PackageGroupId": "865f82a6-ba21-4791-83d6-870e03e4971b",
"StockItemId": "6431ee78-f00e-4627-9955-cedc3fa0df67",
"StockItemIntId": 2
},
{
"LinkedStockItemId": "56b0af9f-f2a4-4100-b4be-d35ed5f9b3d4",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"Weight": 10.1,
"PackageGroupId": "865f82a6-ba21-4791-83d6-870e03e4971b",
"StockItemId": "6431ee78-f00e-4627-9955-cedc3fa0df67",
"StockItemIntId": 2
}
]
}
}