---
title: "PATCH /api/orders/bulk"
method: PATCH
path: "/api/orders/bulk"
tags: ["Orders"]
---

# PATCH /api/orders/bulk

`PATCH /api/orders/bulk`

Apply a narrow patch (status / archive state / tracing attachment template) to many orders owned by the current company.

## Request body

- object
  - `ids` string[], required
  - `patch` object, required
    - `isArchived` boolean
    - `status` 'IN_PROGRESS' | 'IN_REVIEW' | 'COMPLETED'
    - `tracingAttachmentTemplateId` string

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `updatedCount` integer, required
    - `failedIds` string[], required

## Other responses

- `400` — Default Response
- `401` — Default Response

## Changes

- **2026-08-25** `dacbff173c49` — 1 info
  - added the new optional request property `patch/tracingAttachmentTemplateId`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/orders/bulk/patch.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/dacbff173c49/schema)
