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

# Update a specific item vendor

`PUT /api/items/{itemId}/vendors/{itemVendorId}`

## Path parameters

- `itemId` string, required
- `itemVendorId` string, required

## Request body

- ItemVendorUpdateDto — Vendor with additional context for an item.
  - `vendorItemNumber` string, nullable — The item number for this vendor.
  - `vendorItemName` string, nullable — The item name for this vendor.
  - `price` number, double, nullable — The price of this item for this vendor.
  - `isPrimary` boolean — Signifies if this is the primary vendor for this item.
  - `leadTimeInDays` integer, nullable — Lead time for this vendor.
  - `notes` string, nullable — Notes on this association.

## Response `200`

Update successful

## Other responses

- `404` — Item did not exist or no vendor existed at the specified index

---

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