---
title: "Create Supplier"
method: POST
path: "/inventory/suppliers"
tags: ["Inventory Master"]
---

# Create Supplier

`POST /inventory/suppliers`

## Request body

- SupplierCreate
  - `name` string, required
  - `code` string, nullable — Optional supplier short code
  - `contact_phone` string, nullable
  - `contact_email` string, nullable
  - `payment_terms` string, nullable — e.g. CASH, 30D, 60D
  - `default_currency` string, nullable
  - `is_active` boolean

## Response `200`

Successful Response

- Supplier
  - `name` string, required
  - `code` string, nullable — Optional supplier short code
  - `contact_phone` string, nullable
  - `contact_email` string, nullable
  - `payment_terms` string, nullable — e.g. CASH, 30D, 60D
  - `default_currency` string, nullable
  - `is_active` boolean
  - `id` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
