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 Price Change Message

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.
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": 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\":\"网商路699号\",\"district\":\"滨江区\",\"divisionId\":\"440111108\",\"mobile\":\"1234567890\",\"name\":\"张三\",\"phone\":\"\",\"state\":\"浙江省\"}",
            "sellerOrderNumber": "-"
        }
    },
    "timestamp": 164730678926,
    "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.
Previous
Order Status Update Message
Built with