---
title: "Erp Approve Item Onboarding Run"
method: POST
path: "/api/erp/workflows/item-onboarding/runs/{run_id}/approve"
tags: ["ERP"]
---

# Erp Approve Item Onboarding Run

`POST /api/erp/workflows/item-onboarding/runs/{run_id}/approve`

## Path parameters

- `run_id` string, required

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Request body

- ItemOnboardingApprovalPayload
  - `approved` boolean
  - `reason` string, nullable
  - `approval_type` string
  - `metadata` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `497967424011` — 1 info
  - endpoint added
- **2026-08-29** `7a7c8e2b5afc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/qomplement/apis/fastapi/changes/api/erp/workflows/item-onboarding/runs/:run_id/approve/post.md)

---

[API](https://skmtc.dev/qomplement/apis/fastapi.md) · [All operations](https://skmtc.dev/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/497967424011/schema)
