Use this call to get all StockItem Compositions
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | Id of StockItem |
getFullDetail | Boolean | Indicate if the method has to be recursive, going throw inner composites, getting only real items |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/GetInventoryItemCompositions 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
inventoryItemId=34d4cc07-0f5d-4a2b-807f-8a660467200b&getFullDetail=true
This is an example response. Results may vary depending on your data.
[
{
"LinkedStockItemId": "17b03de8-3755-4ae2-8fbc-248c531de408",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"StockItemId": "f9ee75a7-6473-4f80-b6ae-aabb7b7e49f8",
"StockItemIntId": 2
},
{
"LinkedStockItemId": "17b03de8-3755-4ae2-8fbc-248c531de408",
"ItemTitle": "sample string 2",
"SKU": "sample string 3",
"Quantity": 4,
"PurchasePrice": 5.1,
"InventoryTrackingType": 64,
"DimHeight": 7.1,
"DimWidth": 8.1,
"DimDepth": 9.1,
"StockItemId": "f9ee75a7-6473-4f80-b6ae-aabb7b7e49f8",
"StockItemIntId": 2
}
]