---
title: "getSellers seller"
method: GET
path: "/ops/sellers"
tags: ["ops"]
---

# getSellers seller

`GET /ops/sellers`

get a list with all sellers

## Response `200`

OK response.

- Sellers
  - `sellers` OpsSellerInfo[], required — List of all available sellers
    - `address` Address, required
      - `city` string, required — City
      - `country_code` string, required — ISO 3166-1 alpha-2
      - `line1` string, required — First line (street, number, etc.)
      - `line2` string — Second line (flat number, etc.)
      - `postal_code` string, required — Postal code
      - `region` string — Region, county, province, etc.
    - `can_provide_serial_numbers` boolean, required — If the seller can provide serial number for assets
    - `can_use_parent_catalog` boolean — Allow the seller to use the parent catalog?
    - `capability_add_custom_products` boolean, required — If the seller can add custom products
    - `capability_anonymized_pricing` boolean, required — If the seller wishes to anonymize catalog prices
    - `capability_anonymous_ecom_offer_creation` boolean, required — Ability to skip required shipping address for ecom offers.
    - `capability_bundles` boolean, required — If the seller has bundles enabled
    - `capability_chatbot_id` string — Chatbot id for the seller. This enables a chatbase chatbot for the seller
    - `capability_dual_pricing` boolean, required — If true, the seller has the Dual Pricing system enabled
    - `capability_email_end_customer_on_offer_created` boolean, required — Ability to email the end customers when offers are created
    - `capability_hide_buy_now` boolean, required — If the seller should hide purchase only as option.
    - `capability_international_shipment` boolean, required — If the seller has international shipment enabled
    - `capability_show_ecom_orders` boolean, required — Show ecommerce orders to all telesales
    - `cc_ecommerce_is_active` boolean — If we should send notifications to the seller's CC email addresses when the channel is ecommerce
    - `cc_offer_accepted` string — The email addresses to send notifications when an offer is accepted separated by comma
    - `cc_offer_created` string — The email addresses to send notifications when an offer is created separated by comma
    - `cc_offer_declined` string — The email addresses to send notifications when an offer is declined separated by comma
    - `cc_telesales_is_active` boolean — If we should send notifications to the seller's CC email addresses when the channel is telesales
    - `central_catalog` boolean, required — Capability that marks if central catalog is enabled
    - `currency` string, required — The currency of the seller
    - `email` string, required — The seller email
    - `erp_integrated` boolean, required — If the seller is ERP integrated
    - `external_contractual_entity` SellerExternalContractualEntity
      - `contractual_entity` string, required — The external contractual entity name
      - `external_id` string — The external ID assigned by the contractual entity partner
      - `id` string, required — The ID of the seller contractual entity record
      - `risk_status` 'pending' | 'approved' | 'declined', required — The risk assessment status
      - `status_changed_at` string, date-time
    - `id` string, regexp, required — The seller id
    - `kickback_ratio` number, double — The kickback ratio for the seller
    - `logo_url` string — The seller logo
    - `name` string, required — The name of the seller
    - `parent_seller_id` string — the ID of the parent seller, we use this for multipliers
    - `pdf_reader_assistant_id` string — The assistant ID to use for PDF reader, use null to disable PDF reader
    - `pretty_name` string — The pretty, customer-facing name of the seller
    - `product_reference_source` string, required — The seller product reference source
    - `widget_id` string

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `422` — Unprocessable: Unprocessable Entity response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/f4208dbc3eb3/schema)
