---
title: "List all SellerIds"
method: GET
path: "/v1/channel/seller/list"
tags: ["Channel"]
---

# List all SellerIds

`GET /v1/channel/seller/list`

The API Endpoint list all Seller IDs known by SCX-API with current status.

## Response `200`

OK

- ChannelSellerList — List of all sellers currently registered on the channel.
  - `sellerList` ChannelSeller[]
    - `sellerId` string — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
    - `jtlAccountId` integer — The JTL Account ID is the unique identifier of a seller in the JTL-System.
    - `companyName` string, nullable
    - `isActiveByJTL` boolean — Indicates if the seller is active according to the JTL System. If this flag is set to `false` the seller is not active in JTL-Wawi. A reason for this can be that the seller has no active subscription or the seller has been deactivated by himself in JTL-Wawi.
    - `isActiveByChannel` boolean — Indicates if the seller is active according to your connection. If this flag is set to `false` the seller was deactivated by a `DELETE /v1/channel/seller` request.
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable

## Other responses

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