v2
latestOpenAPI 3.0.32026-08-05174296703.4 KBops
addSeller seller
Add a new seller
post/ops/sellers
Request body
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,
"currency": "EUR",
"email": "email@domain.com",
"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"
}Response
Created response.
Example response
{
"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"
}