Appearance
8.4 退货完成
当第三方和客户商城在退货流程完成之后,需要客户进行退货完成确认。
接口说明:
Method | URL | ContentType |
---|---|---|
POST | api/restful/refund/finish | application/json |
请求入参说明:
参数 | 类型说明 | 是否必须 | 长度 | 描述 |
---|---|---|---|---|
apply_code | string | 必须 | 200 | 退换货申请编号 |
order_id | string | 必须 | 200 | 退换货订单编号 |
返回结果说明:
参数 | 描述 | 参数说明 |
---|---|---|
result | null | null |
请求参数示例:
json
{
"apply_code": "RO001",
"order_id": "PO001"
}
返回数据示例:
json
{
"success": true,
"errormsg ": "",
"requestId ": "9245fe4a-d402-451c-b9ed-9c1a04247482",
"errorcode": 0,
"result": null
}