1. Taobao / Tmall Message
大吉开放平台 API
  • 文档介绍
    • 接入指南(英文)
      • Platform Overview
      • Become a developer
      • Access Key and Access Secret
      • API Signature Rules (Sign)
      • 1688 API Description
      • Taobao API Description
      • Frequently Asked Question
  • 接口说明
    • 1688 API
      • 1688 Signature & Enumeration
      • 1688 Product Search
        • Image upload By Get
      • 1688 Order Manage
      • 1688 Oder Pay
        • Get payment links for orders in batches
      • 1688 Message Service
        • 1688 Message Service
        • 1688 Messages – Signature Verification
      • 1688 Product Analyze
    • Taobao / Tmall API
      • Taobao / Tmall Signature & Enumeration
      • Taobao / Tmall Product Search
        • Image upload By Get
        • Product Logistics Price Get
        • Product details search v2
        • Product Logistics Price Get v2
        • Product Logistics Price Post v2
      • Taobao / Tmall Order Manage
      • Taobao / Tmall Order Pay
      • Taobao / Tmall Message
        • Taobao / Tmall Message Type
        • Taobao / Tmall Messages – Signature Verification
    • Poizon API
      • Dewu Product Search
      • Dewu Order Manage
        • Create order & Payment API
        • Query Order Info
      • Dewu Balance Query API
        • Balance Query API
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
  1. Taobao / Tmall Message

Taobao / Tmall Message Type

The order of messages cannot be ensured. Therefore, you need to call the View order details API before any further processing.

Preface#

Message delivery mode: Send message by POST form (non-JSON)
Param:
message:String
_dj_signature:String // HmacSHA1
example:
image.png

Order status update#

Message type: message_type=3
Scenario: The status of the purchase order on Taobao Global Distribution Platform is updated, which can be Pending Payment, Pending Delivery, Dispatched, or Closed.
Sample message:
    "seller_id": "2100000927014",
    "message_type": 3,
    "data":
    {
        "business_time": 1650939687564,
        "outer_purchase_id": "FY20220426002",
        "purchase_id": 200002638011,
        "seller_id": 2100000927014,
        "sku_list":
        [
            {
                "item_id": 600123256363335000,
                "logistic_company_name": "顺丰速运",
                "logistic_number": "SF4548527307631",
                "order_line_no": "1",
                "sku_id": 4808332513272,
                "status": "WAIT_BUYER_CONFIRM_GOODS"
            }
        ],
        "status": "WAIT_SELLER_SEND_GOODS"
    },
    "timestamp": 1650939687,
    "site": "taobao_hk"
}
Field description
FieldTypeDescription
business_timeNumberStatus update time.1650939687564
outer_purchase_idStringThe purchase order number of the ISV.FY20220426002
purchase_idNumberThe ID of the purchase order on Taobao Global Distribution Platform.200002638011
seller_idNumberDistributor ID.2100000927014
sku_listObject[]"logistic_company_name": logistics company name; "logistic_number": tracking number; "order_line_no": the purchase sub-order number of the ISV; "sku_id": the ID of the product on Taobao Global Distribution Platform; "status": the status of the purchase sub-order; the list of products in the sub-order.
statusStringBULIDING-Creating,WAIT_BUYER_P-Pending Payment,WAIT_SELLER_SEND_GOODS-Pending Delivery,WAIT_BUYER_CONFIRM_GOODS-Dispatched,TRADE_CLOSED-Closed
Order price modification
Message type: message_type=8
Scenario: After an order is created, the customer contacts the Taobao seller for price modification. After the price is modified successfully, a message will be sent to the distributor.
Note that the price cannot be modified if the payment has been made.
Sample message:
    "seller_id": "2100000927014",
    "message_type": 8,
    "data":
    {
        "features":
        {},
        "salesOrderId": "500000-GSP2021031415594",
        "salesSellerId": 2100000927014,
        "purchaseMarket": "PANAMA",
        "purchaseOrderId": 200002372069,
        "purchaseOrderPriceDTO":
        {
            "purchaseCurrency": "CNY",
            "purchaseTotalFee": 1,
            "purchaseProductFee": 1,
            "purchaseShippingFee": 0
        },
        "purchaseOrderLinePriceChangeMessageDTOList":
        [
            {
                "features":
                {},
                "salesOrderLineIdList":
                [
                    "1"
                ],
                "purchaseOrderLineId": 200002372070,
                "purchaseOrderItemPriceDTO":
                {
                    "purchaseCurrency": "CNY",
                    "purchaseTotalFee": 1,
                    "purchaseProductFee": 1,
                    "purchaseProductUnitFee": 1,
                    "purchaseShippingFee": 0
                },
                "bizFeatures":
                {}
            }
        ],
        "actionTime": 1647306796326,
        "bizFeatures":
        {
            "appKey": "500000",
            "orderSource": "taobao",
            "purchase_warehouse_address": "{\"city\":\"广州市\",\"country\":\"中国\",\"detailAddress\":\"落潭镇长腰岭村第三经济合作社长兴工业路3号派亚物流\",\"district\":\"白云区\",\"divisionId\":\"440111108\",\"mobile\":\"18500176747\",\"name\":\"李澳洲\",\"phone\":\"\",\"state\":\"广东省\"}",
            "sellerOrderNumber": "-"
        }
    },
    "timestamp": 1647306796,
    "site": "taobao_hk"
}
Field description
FieldTypeDescription
salesOrderIdStringThe purchase order number of the ISV.500000-GSP2021031415594
salesSellerIdNumberDistributor ID.FY20220426002
purchaseOrderIdNumberThe ID of the purchase order on Taobao Global Distribution Platform.200002372069
purchaseOrderLineIdNumberThe ID of the purchase sub-order on Taobao Global Distribution Platform.200002372070
Notes on price modification:
You can apply for a price modification after creating an order but cannot do so if the payment has been made.
Not all products support price modification.
Some orders on Taobao Global Distribution Platform are closed within a short period of time, for example, 30 minutes. If such an order is not paid before it is closed, a new order will be generated, and you need to apply for price modification for the new order, as the previous order for which the price has been modified is closed. If you have any questions, contact the technical personnel.
修改于 2026-07-31 08:48:15
上一页
Product Logistics Price Post v2
下一页
Taobao / Tmall Messages – Signature Verification
Built with