---
title: "PATCH /api/supplychain-mappings/reuse"
method: PATCH
path: "/api/supplychain-mappings/reuse"
tags: ["Company Chains"]
---

# PATCH /api/supplychain-mappings/reuse

`PATCH /api/supplychain-mappings/reuse`

Re-use a supply chain

## Request body

- object
  - `targetNodeId` string, required
  - `targetCollaborationId` string
  - `sourceCollaborationId` string, required
  - `removeRootNode` boolean

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `supplyChainId` string, nullable, required
    - `companyId` string, nullable, required
    - `collaborationType` string, nullable, required
    - `collaborationStatus` string, nullable, required
    - `invitedByCompanyId` string, nullable, required
    - `createdAt` string, required
    - `updatedAt` string, nullable, required
    - `createdByUserId` string, required
    - `updatedByUserId` string, nullable, required
    - `createdByCompanyId` string, required
    - `updatedByCompanyId` string, required
    - `collaboratingNodeId` string, nullable, required

## Other responses

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

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 8 breaking, 8 info
  - the response property `data/collaboratingNodeId` became nullable for the status `200`
  - the response property `data/collaborationStatus` became nullable for the status `200`
  - the response property `data/collaborationType` became nullable for the status `200`
  - the response property `data/companyId` became nullable for the status `200`
  - …12 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/supplychain-mappings/reuse/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/97e51f27dc77/schema)
