- 1688 Developer Reference
- 1688 Product Search
- 1688 Order Manage
- 1688 Oder Pay
- 1688 Message Service
Buyer confirms receipt
POST
/alibaba/trade/receiveGoods/confirm
请求参数
Body 参数application/json
appKey
string
必需
appSecret
string
必需
orderId
1688订单ID
orderEntryIds
array
1688子订单ID
示例
{
"appKey": "",
"appSecret": "",
"orderId": 56623232655125700,
"orderEntryIds": [
562356635566365500
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
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]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 1009,
"message": "买家确认收货失败",
"data": {
"result": {
"success": false,
"errorInfo": "订单信息不存在,请核对后重试",
"errorCode": "4003"
}
},
"timestamp": 1721043314973,
"traceId": "585461efd015"
}

修改于 2024-08-15 08:28:47