---
title: "List Items"
method: GET
path: "/v1/items"
tags: ["dropship-v1"]
---

# List Items

`GET /v1/items`

Lists this account's approved and requested dropship items.

kind='part' items carry `part` (material summary); kind='assembly' items
carry `assembly` with part_count/has_welds computed from the sample
order's recipe (one recipe query per assembly item).

## Response `200`

Successful Response

- DropshipItemsResponse
  - `items` DropshipItem[], required
    - `id` string, required
    - `sku` string, required
    - `name` string, required
    - `status` string, required
    - `kind` string, required
    - `unit_price_cents` integer, nullable
    - `fulfillment_model` string
    - `contract_quantity` integer, nullable
    - `deposit_paid_cents` integer
    - `production_release_mode` string
    - `part` DropshipItemPart
      - `id` string, required
      - `material` string, nullable
      - `material_type` string, nullable
      - `thickness` string, nullable
    - `assembly` DropshipItemAssembly
      - `id` string, required
      - `part_count` integer, required
      - `has_welds` boolean, required
      - `file_name` string, nullable

---

[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)
