Query risk fraud for order specify
GET https://{handle}.myshopline.com/admin/openapi/v20250601/orders/v2/:order_id/risks/:risk_id.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Path Parameters
- order_id string requiredOrder idExample:
"21056863763067384710591058"
- risk_id string requiredRisk idExample:
"2905687834858288060687"
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
riskobject
Risk informationcause_cancel booleanCancel order logo , true- cancel , false- do not cancelExample:true
checkout_id stringOrder associated discard idExample:"2405664692071577423882"
display booleanShow the logo on the detail page , true- display , false- not display or notExample:true
id stringRisk idExample:"2905664692071577423886"
order_id stringOrder serial numberExample:"21056646934598417162363882"
recommendation stringFraud risk rating : cancel ( high risk ) 、investigate ( medium risk ) 、accept ( low risk )Example:"cancel"
risk_detail_msg_listobject[]
Fraud risk nodemessage stringFraud risk node detailsExample:"risk detail message"
risk_detail_level stringFraud risk details class : cancel ( high risk ) 、investigate ( medium risk ) 、accept ( low risk )Example:cancel
score stringFraud risk score , 0-1 , 1 score the highest risk scoreExample:"1.0"
source stringSource logo , Internal- internal 、External- externalExample:"External"
API Explorer
Debugger
Was this article helpful to you?