---
title: "Update a specific item material vendor"
method: PUT
path: "/api/items/{itemId}/material-vendors/{materialVendorId}"
tags: ["Item Material Vendor"]
---

# Update a specific item material vendor

`PUT /api/items/{itemId}/material-vendors/{materialVendorId}`

## Path parameters

- `itemId` string, required
- `materialVendorId` string, required

## Request body

- ItemMaterialVendorUpdateDto — Vendor with additional context for a material-based item.
  - `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.

## Response `200`

Update successful

- ItemMaterialVendorDto — Material vendor with additional context for an item.
  - `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` — Material did not exist or no vendor existed

---

[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/revisions/1b5649cff14a/schema)
