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

Variant Listing Count

Developing
GET
/webhooks/variant-listing-count
This endpoint is used to receive a summary of variant listing statuses from the marketplace platform. It provides the total number of enabled (active) and disabled (inactive) variants.

Request

None

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 GET '/webhooks/variant-listing-count'

Responses

🟢200Success
application/json
Body

Example
{
    "report_date": "2024-07-13T16:01:26+00:00",
    "enable_count": 1083,
    "disable_count": 292
}
Modified at 2025-03-24 13:41:27
Previous
Variant Listing Status
Next
Send invoice
Built with