1. Taobao Message Service
  • API Signature & Authentication Specification
  • Alibaba[1688] Open Platform API
    • 1688 Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
      • API for 1688 Recommended Products
    • 1688 Business Opportunities
      • API for 1688 Hot Products
      • API for 1688 Hot Keywords
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
      • API for Creating Formal Order
      • API for Canceling Formal Order
      • API for Querying Order Details
      • API for Confirming Order Receipt
      • API for Retrieving Payment Link
      • API for Auto Payment of Order
    • 1688 Message Service
      • Callback Message Signature Verification Specification
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
  • Taobao Open Platform API
    • Taobao Product Search
      • API for Visual Search of Similar Products
        • API for Image upload
        • API for Visual Search of Similar Products
      • API for Product Keyword Search
      • API for Product Detail Search
      • API for Searching Products in a Shop
    • Taobao Logistics
      • API for China Domestic Shipping Cost
    • Taobao Order Manage
      • Product Bunker interface
      • API for Creating Preview Order
      • API for Creating Formal Order
      • API for Canceling Formal Order
      • API for Querying Order Details
      • API for Auto Payment of Order
    • Taobao Message Service
      • Callback Message Signature Verification Specification
      • Order Status Update Message
      • Order Price Change Message
  1. Taobao Message Service

Order Status Update Message

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.
Note: Message delivery order is not guaranteed. Always verify incoming messages through the Order Query API before processing business logic.
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
Previous
Callback Message Signature Verification Specification
Next
Order Price Change Message
Built with