---
title: "Create Supplier"
method: POST
path: "/v3/supplier"
---

# Create Supplier

`POST /v3/supplier`

## Query parameters

- `echo` boolean

## Request body

- object
  - `catalogId` integer, required — Catalog Id
  - `merchantId` integer — Merchant Id
  - `name` string — Supplier Name
  - `number` string — Supplier number
  - `supplierApplicationType` string
  - `supplierRateType` string
  - `supplierType` string
  - `taxId` string — Tax Id

## Response `201`

201

- object
  - `id` integer
  - `merchantId` integer
  - `catalogId` integer
  - `name` string
  - `number` string
  - `taxId` string
  - `created` string
  - `lastActivity` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/revisions/6807b698abcb/schema)
