A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hey Shopify team,
During our migration from the Order Risk REST API to the OrderRiskAssessment GraphQL API, we are encountering the following challenges.
Following up on this!
I have one more query,
My understanding is that the OrderRiskSummary.recommendation is determined by the OrderRiskAssessment with the highest riskLevel, as follows:
ACCEPT: LOW
INVESTIGATE: MEDIUM
CANCEL: HIGH
NONE: NONE
Is this accurate? If we score based on the highest riskLevel from the assessment, will it match if we base the score on recommendation?