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

# PATCH /api/certified-materials/orders/bulk

`PATCH /api/certified-materials/orders/bulk`

Apply a partial update to many orders at once. Only orders belonging to the caller’s company are changed.

## Request body

- object
  - `ids` string[], required
  - `patch` object, required
    - `status` 'to_do' | 'in_progress' | 'in_review' | 'done'
    - `dueDate` string, nullable
    - `sellerResponsiblePerson` string, nullable
    - `addCustomTags` string[]
    - `clearCustomTags` true
    - `addSupplierAssigneeIds` string[]
    - `clearSupplierAssignees` true

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `updatedCount` integer, required
    - `requestedCount` integer, required

## Other responses

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

## Changes

> 43 revisions in range; 1 not diffed.

- **2026-09-11** `07beb74c037c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/certified-materials/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.dev/retraced/apis/api-reference/revisions/a8932a002646?raw)
