nozzlegear / ShopifySharp

ShopifySharp is a .NET library that helps developers easily authenticate with and manage Shopify stores.
https://nozzlegear.com/shopify-development-handbook
MIT License
747 stars 309 forks source link

OrderRiskService Deprecated / Obsolete #1073

Open czupet opened 4 months ago

czupet commented 4 months ago

Now that the OrderRiskService has been deprecated is there any other option to obtain the same information?

clement911 commented 4 months ago

Yes you can use this: https://shopify.dev/docs/api/admin-graphql/2024-04/objects/Order#field-order-risk

clement911 commented 4 months ago

You have to use the GraphService to query this API.