Skip to content
On this page

8.4 退货完成

当第三方和客户商城在退货流程完成之后,需要客户进行退货完成确认。

接口说明:

MethodURLContentType
POSTapi/restful/refund/finishapplication/json

请求入参说明:

参数类型说明是否必须长度描述
apply_codestring必须200退换货申请编号
order_idstring必须200退换货订单编号

返回结果说明:

参数描述参数说明
resultnullnull

请求参数示例:

json
{
    "apply_code": "RO001",
    "order_id": "PO001"
}

返回数据示例:

json
{
    "success": true,
    "errormsg ": "",
    "requestId ": "9245fe4a-d402-451c-b9ed-9c1a04247482",
    "errorcode": 0,
    "result": null
}