post https://eu-ext.linnworks.net/api/Inventory/ScrapBatchedItem
Used to scrap batched item
Permissions Required: GlobalPermissions.Inventory.ScrapItems.ScrapStockNode
Rate limit: 150 / minute
Log in to see full request history
Response
Used to scrap batched item
Permissions Required: GlobalPermissions.Inventory.ScrapItems.ScrapStockNode
Rate limit: 150 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Inventory/ScrapBatchedItem \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
15{
"ScrapItem": {
"Id": "00000000-0000-0000-0000-000000000000",
"StockItemId": "00000000-0000-0000-0000-000000000000",
"ItemNumber": "string",
"ItemTitle": "string",
"Quantity": 0,
"CategoryName": "string",
"ScrapReason": "string",
"TotalCost": 0,
"UserName": "string",
"CreatedDate": "2025-06-16T00:57:05.105Z",
"StockLocationId": "00000000-0000-0000-0000-000000000000"
}
}