---
title: "Get a list of vendors for a material. DEPRECATED: use POST /v2/material-vendors/list instead, which accepts the material id in the request body. This endpoint fails for material ids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core routing cannot match URL-encoded forward slashes in path segments."
method: POST
path: "/api/materials/{materialId}/vendors/list"
tags: ["Material Vendor"]
deprecated: true
---

# Get a list of vendors for a material. DEPRECATED: use POST /v2/material-vendors/list instead, which accepts the material id in the request body. This endpoint fails for material ids that contain '/' characters (e.g. "SS-301-CR 1/2 HD") because ASP.NET Core routing cannot match URL-encoded forward slashes in path segments.

`POST /api/materials/{materialId}/vendors/list`

> **Deprecated.**

## Path parameters

- `materialId` string, required

## Response `200`

List of vendors for the given material id

- MaterialShapeVendorDto[]
  - `id` string, uuid, required — Unique id associated to this entity.
  - `vendorId` string, required — Vendor identifier. Pelase reference /api/vendors endpoint.
  - `isPrimary` boolean, required — Signifies if this is the primary vendor for this material.
  - `currencyCode` string, nullable — Currency code/denomination associated to this vendor.
  - `priceUnit` 'kilogram' | 'pound', required — Specifies how a routing input item quantity is measured.
  - `leadTimeInDays` integer, nullable — Number of days required between order and receipt
  - `priceBreaks` MaterialShapeVendorPriceBreakDto[], required — Vendor price breaks
    - `id` string, uuid, required — Unique id associated to this entity.
    - `quantity` integer, required — The minimum quantity to associate this price break to.
    - `price` number, double, required — The price per unit.

## Other responses

- `404` — The material did not exist

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/revisions/cdbcc3fdfc70/schema)
