Depal Open API Doc
  1. API Instruction
Depal Open API Doc
  • 中文
    • 接入说明
      • 基本概念
      • 签名规则
      • 获取Token
    • 商品服务
      • 1688
        • 商品详情
        • 商品关键词搜索
        • 类目详情数据
        • 商品池查询
    • 订单服务
      • 下单前预览
      • 提交订单
      • 订单详情
      • 取消订单
      • 物流跟踪查询
  • English
    • API Instruction
      • Introduction
      • Signature Rule
      • Get Token
        GET
    • product service
      • alibaba wholesale(1688)
        • Commodity keyword search
        • Commodity Details
        • Category Detail Data
        • Commodity Pool Query
    • Order Service
      • Pre-order Preview
      • Submit Order
      • Order Details
      • Cancel Order
      • Logistics tracking query
  1. API Instruction

Introduction

appKey and appSecret#

The appKey is the unique identifier of the app, and the appSecret is the key for the app. They are equivalent to the username and password. Software developers submit applications to Yatobuy. After Yatobuy approves the application, an appKey and appSecret will be generated. Please keep these securely.

access_token#

This authorization token must be passed to the server when calling data interfaces. Refer to the token acquisition interface: /openapi/auth/{appKey}/system.token.get

Data Signature#

Request data must be signed. Refer to the [Signature Rules] document.

Interface Call Methods#

All interfaces must use the HTTPS protocol, JSON data format, and UTF8 encoding.

Service Address#

Online Environment: https://openapi.sg-inc.depal.pro/
Test Environment: https://openapi-test.biz.depal.pro/

Common Interface Response Codes#

CodeDescription
200Success
500System Error
510Access_token Expired
600Rate Limit
610Signature Error
620header error
630param error
640data is empty
1000order preview fail
1010order create fail
1020order detail fail
1030order cancel fail
2030product data error
R****service data error
Previous
物流跟踪查询
Next
Signature Rule
Built with