---
title: "Get a list of vendors for a material-based item"
method: POST
path: "/api/items/{itemId}/material-vendors/list"
tags: ["Item Material Vendor"]
---

# Get a list of vendors for a material-based item

`POST /api/items/{itemId}/material-vendors/list`

## Path parameters

- `itemId` string, required

## Response `200`

List of vendors for the given item id

- ItemMaterialVendorDto[]
  - `id` string, required — Id
  - `vendorId` string, required — Vendor id associated to this entity. Please reference /api/vendors endpoint.
  - `vendorItemNumber` string, nullable — The item number for this vendor.
  - `vendorItemName` string, nullable — The item name for this vendor.
  - `notes` string, nullable — Notes to the vendor.

## Other responses

- `404` — The item did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
