---
title: "Search for sellers"
method: GET
path: "/sellers"
tags: ["sellers"]
---

# Search for sellers

`GET /sellers`

ADD ENDPOINT DESCRIPTION HERE

## Query parameters

- `query` string
- `sort` string
- `page` integer
- `searchAfter` string
- `pageSize` integer

## Response `200`

successful operation

- SellerGetSummary[]
  - `name` string
  - `usesWarehouseSku` boolean
  - `warehouseId` integer
  - `companyName` string — Company name. <br>Necessary for VAT Registration Number
  - `sendToEmail` string, required — E-Mail address to send invoices.
  - `sellerServices` string[]
  - `pixiSellerIdentifier` string — SellerIdentifier used in Pixi <br>Necessary for Pixi sellers
  - `pixiArticlePrefix` string — ArticlePrefix used for Pixi articles <br>Necessary for Pixi sellers
  - `pixiManualOrderPrefix` string — OrderPrefix used for Pixi orders created manually <br>Necessary for Pixi sellers
  - `allowInboundOverReceiving` boolean — Optional value indicating if seller can over receive more than announced during inbounds. <br>Default value is true.
  - `allowReturnOverReceiving` boolean — Optional value indicating if seller can receive more than announced during returns. <br>Default value is true.
  - `lottableIdRequired` boolean — Optional value indicating if seller requires to replace lot no. with lottable ID.<br>Default value is false.
  - `id` integer
  - `identifier` string
  - `sort` JsonNode
    - `float` boolean
    - `short` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `number` boolean
    - `double` boolean
    - `binary` boolean
    - `integralNumber` boolean
    - `boolean` boolean
    - `long` boolean
    - `int` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `object` boolean
    - `pojo` boolean
    - `floatingPointNumber` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `array` boolean
    - `null` boolean
  - `status` 'ACTIVE' | 'BLOCKED' | 'TERMINATED' | 'NEW' | 'PENDING'

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
