- 1688 Solution Introduction
- 1688 Product Search
- 1688 Order Manage
- 1688 Oder Pay
- 1688 Message Service
Buyer confirms receipt
POST
/alibaba/trade/receiveGoods/confirm
Request
Body Params application/json
appKey
string
required
appSecret
string
required
orderId
required
orderEntryIds
array
required
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"
}
