1. 1688 Order Manage
  • 1688 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
    • 1688 Logistics
      • API for China Domestic Shipping Cost
    • 1688 Category
      • API for Category Search on 1688
    • 1688 Order Manage
      • API for Creating Preview Order
        POST
      • API for Creating Formal Order
        POST
      • API for Canceling Formal Order
        POST
      • API for Querying Order Details
        POST
      • API for Confirming Order Receipt
        POST
      • API for Retrieving Payment Link
        GET
      • API for Auto Payment of Order
        POST
    • 1688 Message Service
      • Order Created Message
      • Order Price Modification Message
      • Transaction Payment Message
      • Order Delivery Message
      • Logistics Order Status Change
      • Order Receipt Confirmation Message
      • Transaction Completed Message
      • Signature Verification
  1. 1688 Order Manage

API for Confirming Order Receipt

POST
/alibaba/trade/receiveGoods/confirm
This API is for buyers to confirm order receipt and update status to "Received". Funds are released to the seller upon confirmation. Not recommended for use.

Request

Body Params application/json

Examples

Responses

🟢200成功
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://open-api.soureco.com/alibaba/trade/receiveGoods/confirm' \
--header 'Content-Type: application/json' \
--data '{
    "appKey":"",
	"appSecret":"",
    "orderId": 3314022960885106870,
    "orderEntryIds": [3314022960885106870]
}'
Response Response Example
{
    "code": 1009,
    "message": "买家确认收货失败",
    "data": {
        "result": {
            "success": false,
            "errorInfo": "订单信息不存在,请核对后重试",
            "errorCode": "4003"
        }
    },
    "timestamp": 17210567893322,
    "traceId": "1721056efd015",
    "cost": 0
}
Previous
API for Querying Order Details
Next
API for Retrieving Payment Link
Built with