App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
We use Shipeasy in order to calculate some rates on our orders. We configured Shipeasy to sum shipping rates if multiple senarios match.
If only one rule is applied, I have the name of the rule. If multiples rules are applied, I have a generic name, "Sum shipping rate".
Is it possible to access Shipeasy senarios detail in GraphQL ? I'd like to know each rules that were applied on the order, as well as the amount added by each rules.
EDIT :
Here's an example of the data I'd like to see detailed
Thanks
I am not sure if you could access a third-party app data with GraphQL.
As information, you can setup your rules with JavaScript and see variable values you using our app JsRates (https://apps.shopify.com/jsrates-shipping-rates). The app has a feature to store values for debugging (just like console.log).