---
title: "Update seller's details"
method: PATCH
path: "/iam/admin/sellers/{sellerId}"
tags: ["Sellers"]
---

# Update seller's details

`PATCH /iam/admin/sellers/{sellerId}`

## Path parameters

- `sellerId` integer, required

## Request body

- Seller
  - `id` integer, required — Seller's ID.
  - `email` string, email, required — Seller's email address.
  - `full_name` string, required — Seller's full name.
  - `phone` string — Seller's phone number.
  - `reseller_name` string, required — Seller's reseller's name.
  - `company` string, required — Seller's company.
  - `date_joined` string, required — Registration date.
  - `activated` boolean, required — Show the activation status of seller's account: - `true` – a seller has clicked on the activation link and has set up a password; - `false` – a seller hasn't clicked on the activation link.
  - `deleted` boolean, required — Show the deletion status of seller's account: - `true` – a seller has been deleted; - `false` – a seller is active.

## Response `200`

OK.

- Seller
  - `id` integer, required — Seller's ID.
  - `email` string, email, required — Seller's email address.
  - `full_name` string, required — Seller's full name.
  - `phone` string — Seller's phone number.
  - `reseller_name` string, required — Seller's reseller's name.
  - `company` string, required — Seller's company.
  - `date_joined` string, required — Registration date.
  - `activated` boolean, required — Show the activation status of seller's account: - `true` – a seller has clicked on the activation link and has set up a password; - `false` – a seller hasn't clicked on the activation link.
  - `deleted` boolean, required — Show the deletion status of seller's account: - `true` – a seller has been deleted; - `false` – a seller is active.

## Other responses

- `400` — Validation error
- `401` — Authentication credentials were not provided or given token not valid for any token type.
- `404` — Resource not found.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
