English
Product Documentation1688 APITaobao/Tmall API
Product Documentation1688 APITaobao/Tmall API
中文
  1. 1688 Order Manage
  • 1688 Solution Introduction
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
  • 1688 Order Manage
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
    • Buyer confirms receipt
      POST
  • 1688 Oder Pay
    • Get payment links for orders in batches
      GET
    • Initiate password-free payment
      POST
  • 1688 Message Service
    • 1688 Message Service
  1. 1688 Order Manage

Buyer confirms receipt

POST
/alibaba/trade/receiveGoods/confirm
Buyer confirms receipt

Request

Body Params application/json
appKey
string 
required
大吉平台appKey
appSecret
string 
required
秘钥,仅调试使用,正式用sign签名
orderId
required
1688订单ID
orderEntryIds
array
required
1688子订单ID
Example
{
  "appKey": "",
  "appSecret": "",
  "orderId": 56623232655125700,
  "orderEntryIds": [
    562356635566365500
  ]
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.dajisaas.com/alibaba/trade/receiveGoods/confirm' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appKey":"",
	"appSecret":"",
    "orderId": 56623232655125698,
    "orderEntryIds": [562356635566365512]
}'

Responses

🟢200成功
application/json
Body
object {0}
Example
{
  "code": 1009,
  "message": "买家确认收货失败",
  "data": {
    "result": {
      "success": false,
      "errorInfo": "订单信息不存在,请核对后重试",
      "errorCode": "4003"
    }
  },
  "timestamp": 1721043314973,
  "traceId": "585461efd015"
}
Previous
View order details
Next
Get payment links for orders in batches
Built with