---
title: "AddSupplier"
method: POST
path: "/api/Inventory/AddSupplier"
tags: ["Inventory"]
---

# AddSupplier

`POST /api/Inventory/AddSupplier`

Use this call to create a new supplier
<b>Permissions Required: </b> GlobalPermissions.Inventory.InventorySettings.SuppliersNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- InventoryAddSupplierRequest
  - `supplier` Supplier
    - `pkSupplierID` string, uuid — Supplier Id
    - `SupplierName` string — Supplier Name
    - `ContactName` string — Name of main contact
    - `Address` string — Supplier's address
    - `AlternativeAddress` string — Second line of address
    - `City` string — City
    - `Region` string — Region
    - `Country` string — Country
    - `PostCode` string — Postcode
    - `TelephoneNumber` string — Telephone number
    - `SecondaryTelNumber` string — Secondary telephone number
    - `FaxNumber` string — Fax number
    - `Email` string — E-mail
    - `WebPage` string — Web page
    - `Currency` string — Currency used

## Response `200`

OK

- Supplier
  - `pkSupplierID` string, uuid — Supplier Id
  - `SupplierName` string — Supplier Name
  - `ContactName` string — Name of main contact
  - `Address` string — Supplier's address
  - `AlternativeAddress` string — Second line of address
  - `City` string — City
  - `Region` string — Region
  - `Country` string — Country
  - `PostCode` string — Postcode
  - `TelephoneNumber` string — Telephone number
  - `SecondaryTelNumber` string — Secondary telephone number
  - `FaxNumber` string — Fax number
  - `Email` string — E-mail
  - `WebPage` string — Web page
  - `Currency` string — Currency used

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
