v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

getSellers seller

get a list with all sellers

get/ops/sellers

Response

OK response.

Example response

{
  "sellers": [
    {
      "address": {
        "city": "abc123",
        "country_code": "DE",
        "line1": "abc123",
        "line2": "aaa",
        "postal_code": "abc123",
        "region": "abc123"
      },
      "can_provide_serial_numbers": false,
      "can_use_parent_catalog": false,
      "capability_add_custom_products": false,
      "capability_anonymized_pricing": false,
      "capability_anonymous_ecom_offer_creation": false,
      "capability_bundles": false,
      "capability_chatbot_id": "abc123",
      "capability_dual_pricing": false,
      "capability_email_end_customer_on_offer_created": false,
      "capability_hide_buy_now": false,
      "capability_international_shipment": false,
      "capability_show_ecom_orders": false,
      "cc_ecommerce_is_active": false,
      "cc_offer_accepted": "abc123",
      "cc_offer_created": "abc123",
      "cc_offer_declined": "abc123",
      "cc_telesales_is_active": false,
      "central_catalog": false,
      "currency": "abc123",
      "email": "abc123",
      "erp_integrated": false,
      "external_contractual_entity": {
        "contractual_entity": "abc123",
        "external_id": "abc123",
        "id": "abc123",
        "risk_status": "approved",
        "status_changed_at": "1970-01-01T00:00:01Z"
      },
      "id": "739b63c2-9e58-4964-b38d-4ebb424de242",
      "kickback_ratio": 1,
      "logo_url": "abc123",
      "name": "abc123",
      "parent_seller_id": "abc123",
      "pdf_reader_assistant_id": "abc123",
      "pretty_name": "abc123",
      "product_reference_source": "abc123",
      "widget_id": "abc123"
    }
  ]
}