Gokoo Third-Party Integration API
    • Start Readme Channel API Guide
    • Authentication
      • Channel Partner Authorization Login
        GET
      • Get Channel Partner AccessToken
        GET
      • Get Merchant OpenID
        GET
    • Product Management - Categories
      • Create Category
        POST
      • Edit Category
        POST
      • Delete Category
        POST
      • Get Category Detail
        POST
      • List Categories (Management)
        POST
      • List All Categories (For Product List)
        POST
      • Sort Categories
        POST
    • Product Management - Products
      • Create Product
        POST
      • Edit Product
        POST
      • Delete Product
        POST
      • Get Product Detail
        POST
      • List Products
        POST
      • Search Products
        POST
      • Upload Product Image
        POST
      • Set Product On/Off Shelf (Batch)
        POST
      • Batch Update Product Stock
        POST
      • Batch Sold Out (Clear Stock)
        POST
      • Sort Products
        POST
    • Delivery Orders
      • Accept Order
        POST
      • Cancel Order (Merchant Reject)
        POST
      • Mark Food Ready (Prepared)
        POST
      • Apply for Delivery / Merchant Start Self-Delivery
        POST
      • Merchant Self-Delivery Completed
        POST
      • Query Order by Pickup Code
        POST
      • Verify Pickup Order (Scan Code)
        POST
      • List Orders (By Status)
        POST
      • Get Order Detail
        POST
      • Get Order Financial Details
        POST
      • Reprint Receipt
        POST
    • Webhooks
      • Order Status Change Callback
    • Schemas
      • CommonBodyParams
      • SuccessResponse
      • ErrorResponse
      • TimeSlot
      • TimeSlotWithSeconds
      • CategoryItem
      • ProductItem
      • NormSpec
      • NormGroup
      • OrderProduct
      • ShowButtons
      • StaffInfo

    Start Readme Channel API Guide

    This document describes the integration of third-party channel merchants with the Gokoo Takeout platform merchant API v1.0#

    Operation Flow:#
    1.
    The third-party development channel (hereinafter referred to as "Channel") obtains the AccessToken from the Wukong Takeout platform (hereinafter referred to as "Platform")
    2.
    The Channel guides the merchant to the Platform's merchant authorization login page, where the merchant logs in and is redirected back to the Channel
    3.
    The Channel uses the merchant authorization code to call the Platform's merchant information API to obtain the merchant's openid
    API Host:#
    Thailand: https://th-wm.gokoo.com
    Malaysia: https://my-wm.gokoo.com
    Common Header Parameters (for merchant APIs only):#
    ParameterTypeRequiredDescription
    AuthorizationstringYesChannel's AccessToken
    Common Body Parameters (for merchant APIs only):#
    ParameterTypeRequiredDescription
    CLIENT_APIstringYesFixed value: BIZ
    openidstringYesMerchant's openid
    Before using this API, the Channel should contact the Platform's operations team to obtain the app_id and app_secret, and configure the login redirect URL and callback URL. Currently, this feature is only available in "Thailand".#
    Modified at 2026-04-15 02:07:43
    Next
    Channel Partner Authorization Login
    Built with