---
title: "Create Suppliers"
method: POST
path: "/inventory/suppliers/create"
tags: ["provider", "inventory"]
---

# Create Suppliers

`POST /inventory/suppliers/create`

Create new suppliers.

## Headers

- `TENANT` string, required
- `API-KEY` string, required

## Request body

- Supplier[]
  - `id` string — Unique identifier for the supplier
  - `name` string, required — Name of the supplier
  - `description` string, nullable — Optional description of the supplier
  - `website` string, nullable — Optional website of the supplier
  - `email` string, nullable — Optional email of the supplier
  - `preferredContactMethod` string, nullable — Optional preferred contact method
  - `phoneNumber` string, nullable — Optional phone number of the supplier
  - `addressLineOne` string, nullable — Optional first line of address
  - `addressLineTwo` string, nullable — Optional second line of address
  - `city` string, nullable — Optional city
  - `state` string, nullable — Optional state or province
  - `zipCode` string, nullable — Optional ZIP or postal code
  - `country` string, nullable — Optional country
  - `isArchived` boolean — Whether the supplier is archived

## Response `200`

Successful Response

- Supplier[]
  - `id` string — Unique identifier for the supplier
  - `name` string, required — Name of the supplier
  - `description` string, nullable — Optional description of the supplier
  - `website` string, nullable — Optional website of the supplier
  - `email` string, nullable — Optional email of the supplier
  - `preferredContactMethod` string, nullable — Optional preferred contact method
  - `phoneNumber` string, nullable — Optional phone number of the supplier
  - `addressLineOne` string, nullable — Optional first line of address
  - `addressLineTwo` string, nullable — Optional second line of address
  - `city` string, nullable — Optional city
  - `state` string, nullable — Optional state or province
  - `zipCode` string, nullable — Optional ZIP or postal code
  - `country` string, nullable — Optional country
  - `isArchived` boolean — Whether the supplier is archived

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/decodahealth/apis/decoda-api.md) · [All operations](https://skmtc.dev/decodahealth/apis/decoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/decodahealth/decoda-api/revisions/4939a65a89d2/schema)
