Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Inventory /BulkScrapBatchedItems

Allows 150 calls per minute

Response: Void



Scrap batched items in bulk without consumption

Parameters

NameTypeDescription
requestBulkScrapBatchedItemsRequest

Permissions

GlobalPermissions.Inventory.ScrapItems.ScrapStockNode

Example Request

The following request format is required for this method.

Endpoint URL

POST https://eu-ext.linnworks.net/api/Inventory/BulkScrapBatchedItems

Headers

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

Request Body

This is an example of the request structure. Results will vary depending on your data.

request={
  "LocationId": "b4f33a9c-2050-4ae1-8d64-6236d54c2cd9",
  "ScrapItems": [
    {
      "pkScrapId": "e9280030-ee14-4f26-9514-391847b1993e",
      "BatchInventoryId": 2,
      "fkStockItemId": "44015a19-e435-44c2-9754-73eae575d405",
      "Quantity": 4,
      "ScrapCategory": "sample string 5",
      "ScrapReason": "sample string 6"
    }
  ]
}

Response

This is an example of the response JSON. Results will vary depending on your data.