Hi, I was abble to get data from my webshop API to show the number of orders that are open. Pretty cool! Now I need to know from these orders how many have shipping method that contains the word EXPRESS.
API - Order’s items:each item’s shippingMethod:count (but then I only want to count the number of orders where shippingMethod contains the text: EXPRESS)
I tried CONTAINS but that always returns NO so I do something wrong because I am sure the text is in there at the moment.
Thanks for your help!