Skip to main content
GET
/
sellers
List sellers
curl --request GET \
  --url https://api.quivo.co/sellers
[
  {
    "sendToEmail": "<string>",
    "name": "<string>",
    "usesWarehouseSku": true,
    "warehouseId": 123,
    "companyName": "<string>",
    "sellerServices": [
      "<string>"
    ],
    "pixiSellerIdentifier": "<string>",
    "pixiArticlePrefix": "<string>",
    "pixiManualOrderPrefix": "<string>",
    "allowInboundOverReceiving": true,
    "allowReturnOverReceiving": true,
    "lottableIdRequired": true,
    "id": 123,
    "identifier": "<string>",
    "sort": {
      "short": true,
      "nodeType": "ARRAY",
      "float": true,
      "binary": true,
      "number": true,
      "integralNumber": true,
      "boolean": true,
      "double": true,
      "long": true,
      "int": true,
      "valueNode": true,
      "containerNode": true,
      "missingNode": true,
      "object": true,
      "pojo": true,
      "floatingPointNumber": true,
      "bigDecimal": true,
      "bigInteger": true,
      "textual": true,
      "array": true,
      "null": true
    },
    "status": "ACTIVE"
  }
]

Query Parameters

query
string

Search query string used to filter results. This field supports specific syntax for filtering across multiple fields.

sort
string

Optional sorting criteria for the results. Format is typically 'field:direction' (e.g., 'created:desc').

page
integer<int64>

The page number to retrieve when using offset-based pagination. Ignored if 'searchAfter' is provided.

searchAfter
string

Used for cursor-based pagination. Pass the 'sort' key value from the last item of the previous page to retrieve the next set of results efficiently. Overrides 'page'.

pageSize
integer<int64>

The maximum number of items to return per page. Used for both offset and cursor-based pagination.

Response

Returns an array of sellers accessible to the authenticated account.

sendToEmail
string
required

E-Mail address to send invoices.

Maximum string length: 80
name
string

The name of the item

usesWarehouseSku
boolean

Stock Keeping Unit (SKU) identifier

warehouseId
integer<int64>

The unique identifier for the warehouse

companyName
string

Company name.
Necessary for VAT Registration Number

Maximum string length: 50
sellerServices
string[]

Seller identifier or information

pixiSellerIdentifier
string

SellerIdentifier used in Pixi
Necessary for Pixi sellers

Maximum string length: 5
pixiArticlePrefix
string

ArticlePrefix used for Pixi articles
Necessary for Pixi sellers

Maximum string length: 10
pixiManualOrderPrefix
string

OrderPrefix used for Pixi orders created manually
Necessary for Pixi sellers

Maximum string length: 10
allowInboundOverReceiving
boolean

Optional value indicating if seller can over receive more than announced during inbounds.
Default value is true.

allowReturnOverReceiving
boolean

Optional value indicating if seller can receive more than announced during returns.
Default value is true.

lottableIdRequired
boolean

Optional value indicating if seller requires to replace lot no. with lottable ID.
Default value is false.

id
integer<int64>

The unique identifier for the id

identifier
string

Unique identifier for the item

sort
object

The

status
enum<string>

The current status of the item

Available options:
ACTIVE,
BLOCKED,
TERMINATED,
NEW,
PENDING