v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

updateSeller seller

Update a seller

put/ops/sellers/{id}

Path parameters

idstring regexp required

Seller Id

Example:739b63c2-9e58-4964-b38d-4ebb424de242

Seller Id

Request body

can_provide_serial_numbersboolean required

If the seller can provide serial number for assets

can_use_parent_catalogboolean

Allow the seller to use the parent catalog?

capability_add_custom_productsboolean

If the seller can add custom products

capability_anonymized_pricingboolean required

If the seller wishes to anonymize catalog prices

capability_anonymous_ecom_offer_creationboolean required

Ability to skip required shipping address for ecom offers.

capability_bundlesboolean required

If the seller has bundles enabled

capability_central_catalogboolean required

enable or disable central catalog

capability_chatbot_idstring

Chatbot id for the seller. This enables a chatbase chatbot for the seller

capability_dual_pricingboolean required

If the seller can set dual pricing

capability_email_end_customer_on_offer_createdboolean required

Ability to email the end customers when offers are created

capability_hide_buy_nowboolean required

If the seller should hide purchase only as option.

capability_international_shipmentboolean required

If the seller has international shipment enabled

capability_show_ecom_ordersboolean required

Show ecommerce orders to all telesales

cc_ecommerce_is_activeboolean

If we should send notifications to the seller's CC email addresses when the channel is ecommerce

cc_offer_acceptedstring

The email addresses to send notifications when an offer is accepted separated by comma

cc_offer_createdstring

The email addresses to send notifications when an offer is created separated by comma

cc_offer_declinedstring

The email addresses to send notifications when an offer is declined separated by comma

cc_telesales_is_activeboolean

If we should send notifications to the seller's CC email addresses when the channel is telesales

emailstring required

The email for contacting the seller customer service

erp_integratedboolean required

If the seller is ERP integrated

external_contractual_entitystring

The external contractual entity name (e.g. peac)

external_idstring

The external ID assigned by the contractual entity partner

kickback_rationumber double

The kickback ratio for the seller

logo_urlstring

The url of the seller logo

namestring required

The name of the seller

parent_seller_idstring

The ID of the parent seller, we use this for multipliers

pdf_reader_assistant_idstring

The assistant ID to use for PDF reader, use null to disable PDF reader

pretty_namestring required

The pretty, user-facing name of the seller

product_reference_sourcestring required

The database/software/system that the Seller use to manage their products, ex. SKU/SAP

risk_status'pending' | 'approved' | 'declined'

The risk assessment status for the external contractual entity

shipping_method_namestring required

the name of the shipping method

shipping_method_seller_referencestring required

the reference of the shipping method in the seller

status_changed_atstring date-time
widget_idstring

The widget ID of the seller

Example request

{
  "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_central_catalog": 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,
  "email": "aa",
  "erp_integrated": false,
  "external_contractual_entity": "abc123",
  "external_id": "abc123",
  "kickback_ratio": 1,
  "logo_url": "abc123",
  "name": "aa",
  "parent_seller_id": "abc123",
  "pdf_reader_assistant_id": "abc123",
  "pretty_name": "aa",
  "product_reference_source": "aa",
  "risk_status": "approved",
  "shipping_method_name": "abc123",
  "shipping_method_seller_reference": "abc123",
  "status_changed_at": "1970-01-01T00:00:01Z",
  "widget_id": "abc123"
}

Response

OK response.