---
title: "Request Item"
method: POST
path: "/dropship/items/request"
tags: ["dropship"]
---

# Request Item

`POST /dropship/items/request`

Requests a part OR an assembly for dropshipping.

Exactly one of part_id / assembly_id. Parts must come from one of the
user's own orders (the qty-1 sample flow; the sample order is derived).
Assemblies additionally require sample_order_id: an order owned by the
user containing at least one part line whose design belongs to the
assembly — that order is the recipe every dropship order reproduces.

## Request body

- DropshipItemRequestBody
  - `part_id` string, nullable
  - `assembly_id` string, nullable
  - `sample_order_id` string, nullable
  - `sku` string, nullable
  - `name` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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