---
title: "Update Seller"
method: PATCH
path: "/v1/channel/seller"
tags: ["Seller"]
---

# Update Seller

`PATCH /v1/channel/seller`

Update a existing Seller

## Request body

- UpdateSeller — Payload used to update master data and active flag of an existing seller account.
  - `session` string, uuid, required
  - `isActive` boolean, required
  - `companyName` string

## Response `201`

Seller updated

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
