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.
GET | 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=713a826f-2b0a-40a1-8695-cdfa1f036dc7&inventoryItemCompositionIds=[
"a47a98c3-ad7c-4be5-994d-476668af4c55"
]
This is an example of the response JSON. Results will vary depending on your data.