A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am attempting to create an app that chooses the cheapest shipping available when using a free shipping code. The first step is to simply get the order, get a list of shipping rates, then sort it. I have never made a shopify app so apologies if this is absurdly basic.