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

# POST /api/certified-materials/orders

`POST /api/certified-materials/orders`

Start a background import of PO orders from an uploaded Excel file. Returns 202 with an importId; results are delivered by email and an in-app notification, and can be polled via GET /orders/import-jobs/:importId.

## Request body

- object
  - `fileUrl` string, uri, required
  - `fileId` string, required
  - `fileName` string, required

## Response `202`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `importId` string, uuid, required
    - `status` 'pending', required

## Other responses

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

## Changes

> 44 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/post.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/2fe979c05c00?raw)
