Skip to main content
Anchor to orderRiskAssessmentCreate

orderRiskAssessmentCreate

mutation

Requires write_orders access scope. Also: This mutation is only accessible to apps authenticated using offline tokens.

Creates a risk assessment for a specific order using the provided risk level and facts. Shopify sends an orders/risk_assessment_changed webhook when the assessment is created.

Anchor to orderRiskAssessmentInputorderRiskAssessmentInput
•OrderRiskAssessmentCreateInput!
required

The input for creating an order risk assessment.


Was this section helpful?

Anchor to OrderRiskAssessmentCreatePayload returnsOrderRiskAssessmentCreatePayload returns

•OrderRiskAssessment

The created risk assessment.

•[OrderRiskAssessmentCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?