HepsiGlobal Marketplace API
  1. Listing
HepsiGlobal Marketplace API
  • Introduction
  • Authentication
    • Create token
      POST
  • Products
    • Product Status
      PUT
  • Orders
    • Create Order
      POST
    • Order Item Delivery
      PUT
    • Cancel order by marketplace
      PUT
  • Shipments
    • Send shipment label (fulfillment by MP)
      POST
    • Set shipment status (fulfillment by MP)
      PUT
  • Tracking
    • Shipment Tracking With Barcode
      GET
    • Shipment Tracking With Shipment ID
      GET
  • Refunds
    • Create Refund
      POST
  • Webhooks Integration API (Marketplace's API)
    • Product
      • Product Create
      • Product Update
      • Variant Create
      • Variant Update
      • Enable/Disable product
    • Listing
      • Listing Priority
        PUT
      • Stock update
        PUT
      • Price update
        PUT
      • Bulk Merchant Active
        POST
      • Bulk Merchant Inactive
        POST
      • Variant Listing Status
        POST
      • Variant Listing Count
        GET
    • Orders
      • Send invoice
      • Order cancel (canceled by seller)
    • Shipment
      • Create shipment
      • Set shipment status (fulfillment by HG)
      • Cancel shipment
    • Refund
      • Refund create result
  1. Listing

Bulk Merchant Inactive

Developing
POST
/webhooks/merchants/inactive
Deactivates multiple merchants (max 100 per request). Used to disable merchants from selling on the platform.

Request

Body Params application/json

Example
{
  "company_id": [ ]
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/webhooks/merchants/inactive' \
--header 'Content-Type: application/json' \
--data-raw '{
  "company_id": [ ]
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-03-27 12:00:14
Previous
Bulk Merchant Active
Next
Variant Listing Status
Built with