HepsiGlobal Marketplace API
    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
        • Stock update
        • Price update
        • Bulk Merchant Active
        • Bulk Merchant Inactive
        • Variant Listing Status
        • Variant Listing Count
      • Orders
        • Send invoice
        • Order cancel (canceled by seller)
      • Shipment
        • Create shipment
        • Set shipment status (fulfillment by HG)
        • Cancel shipment
      • Refund
        • Refund create result

    Introduction

    HG Marketplace Integration#

    About Integration#

    This document serves as a guide to integrate marketplaces to Hepsiglobal platform. Communication occurs two ways between Hepsiglobal Rest API Endpoints and Marketplace's Webhooks. Marketplace can retrieve or send data
    using Hepsiglobal endpoints. Also, Hepsiglobal sends data updates to Marketplace using Marketplace's webhooks.
    QA API: https://marketplace-api-qa.hepsiglobal.com/#
    LIVE API: https://marketplace-api.hepsiglobal.com/#

    Authentication#

    Create token
    API endpoints are secured with OAuth 2.0 authentication. The client_credentials method is used as the grant_type for token retrieval.
    Modified at 2024-08-20 13:14:05
    Next
    Create token
    Built with