---
title: "Update Supplier"
method: PUT
path: "/v3/supplier"
---

# Update Supplier

`PUT /v3/supplier`

## Query parameters

- `id` string, required

## Request body

- object
  - `catalogId` integer, required — Catalog Id
  - `name` string — Supplier Name
  - `merchantId` integer — Merchant Id
  - `number` string — Supplier number
  - `taxId` string — Tax Id
  - `initials` string
  - `color` string

## Response `200`

200

## 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)
