Use this call to delete stockItem compositions
Name | Type | Description |
---|---|---|
stockItemId | Guid | Id of StockItem |
inventoryItemCompositionIds | List<Guid> | stockItem composition ids |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Inventory/DeleteInventoryItemCompositions
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.
stockItemId=df451354-ad14-4049-8e6d-9396cf2bf703&inventoryItemCompositionIds=[
"d3bd24cc-4973-4633-a088-d884c3b02c90"
]
This is an example of the response JSON. Results will vary depending on your data.