Use this call to create compositions for stockItem
Name | Type | Description |
---|---|---|
inventoryItemCompositions | List<StockItemComposition> | stockItem compositions |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/CreateInventoryItemCompositions
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.
inventoryItemCompositions=[
{
"LinkedStockItemId": "815d90f2-83f4-4292-ba82-55624e0e9327",
"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": "975a9bae-b380-4dd4-aa83-fec68a4a462f",
"TaxRate": 12.1,
"StockItemId": "1f256753-d800-4df0-bf4f-16f35663cb3c",
"StockItemIntId": 2
}
]
This is an example of the response JSON. Results will vary depending on your data.