# Archive items (bulk) — set status to Inactive Endpoint: PATCH /items Security: BearerAuth ## Request fields (application/json): - `companyId` (string) - `items` (array) - `items.itemId` (string) ## Response 200 fields (application/json): - `success` (boolean) Example: true - `message` (string) Example: "Request completed successfully" - `data` (object) Example: {}