新增订单风险欺诈
POST https://{handle}.myshopline.com/admin/openapi/v20250601/orders/v2/:order_id/risks.json
handle
:店铺的唯一标识符,值为店铺域名的前缀。例如,域名为 open001.myshopline.com
的店铺,其 handle
是 open001
。新增订单风险欺诈
路径参数
- order_id string required订单idExample:
"21056863763067384710591058"
请求头
- Content-Type required字段值固定为
application/json; charset=utf-8
- Authorization string required资源的访问令牌。请参考 应用授权 获取访问令牌,然后将获取到的访问令牌以 Bearer 格式传入Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
请求体
riskobject required
订单风险信息cause_cancel boolean required取消订单标识, true-取消, false-不取消Example:true
checkout_id string订单关联的弃单IDExample:2405664692071577423882
display boolean required是否在详情页展示标识, true-展示, false-不展示Example:true
recommendation string required欺诈风险等级: cancel(高风险)、investigate(中风险)、accept(低风险)Example:cancel
risk_detail_msg_listobject[]
欺诈风险详细信息节点message string required欺诈风险节点详细信息Example:"risk detail message"
risk_detail_level string required欺诈风险节点详细信息等级: cancel(高风险)、investigate(中风险)、accept(低风险)Example:cancel
score string required欺诈风险得分,0.0-1.0,1为风险最高的得分Example:1.0
source string required来源标识,固定为:External-外部Example:External
响应
- 200
- 401
- 429
更多状态码信息请参考 HTTP 状态码
响应头
traceId
traceId
响应体
riskobject
风险欺诈信息cause_cancel boolean取消订单标识, true-取消, false-不取消Example:true
checkout_id string订单关联的弃单IDExample:"2405664692071577423882"
display boolean是否在详情页展示标识, true-展示, false-不展示Example:true
id string欺诈风险IDExample:"2905664692071577423886"
order_id string订单序列号Example:"21056646934598417162363882"
recommendation string欺诈风险等级: cancel(高风险)、investigate(中风险)、accept(低风险)Example:"cancel"
risk_detail_msg_listobject[]
欺诈风险详细信息节点message string欺诈风险节点详细信息Example:"risk detail message"
risk_detail_level string欺诈风险节点详细信息等级: cancel(高风险)、investigate(中风险)、accept(低风险)Example:cancel
score string欺诈风险得分,0-1,1为风险最高的得分Example:"1.0"
source string来源标识,Internal-内部、External-外部Example:"External"
API Explorer
调试台
这篇文章对你有帮助吗?