---
title: "ArchiveInventoryItems"
method: POST
path: "/api/Inventory/ArchiveInventoryItems"
tags: ["Inventory"]
---

# ArchiveInventoryItems

`POST /api/Inventory/ArchiveInventoryItems`

Use this call to archive inventory items. Send only list of IDs and empty list of regions.
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- InventoryArchiveInventoryItemsRequest
  - `parameters` InventoryParametersRequest
    - `InventoryItemIds` string[] — List of stock item ids
    - `SelectedRegions` TupleInt32Int32[] — A list of row numbers for items selected in the my inventory grid. For instance if the first entry in the list is 4, 4; the selection was from the fourth row, to the fourth row.
      - `Item1` integer
      - `Item2` integer
    - `Token` string, uuid — An internal token used to identify the list of inventory items within a certain view. From this, the inventory item ids can be extracted with the selected regions.

## Response `204`

No Content

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
