文档
测试

订单退货

POST
/order/refund

请求参数

参数名
类型
描述
必填
order_id
string
退货订单ID
必填
order_item
array
退货单细分项
必填
product_id
string
退回产品 ID
必填
sku_id
string
退回SKU ID
必填
count
number
退货数量
必填
price
number
退货单价
必填
total
number
退货总价
必填
payment_channel
string
退款渠道
必填

响应参数

参数名
类型
描述
必填
code
number
示例:200
必填
redirect_url
string
跳转URL
必填
redirect_params
string
跳转URL 参数,JSON 字符串格式
必填
message
object
数据字典
必填
信息
string
示例:修改成功
必填
content
object
响应数据
必填
id
string
示例:1
必填