Open czupet opened 5 months ago
Now that the OrderRiskService has been deprecated is there any other option to obtain the same information?
Yes you can use this: https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Order#field-order-risk
You have to use the GraphService to query this API.
GraphService
Now that the OrderRiskService has been deprecated is there any other option to obtain the same information?