Hi, I have been trying for many hours trying to send a flow request that lessens an inventory item by 1. The request is successful according to Shopify Flow however my inventory remains unaffected. This means that my api key and query format must be correct however maybe I am missing something or my syntax is off. Totally stumped on this. If anyone has any ideas, would really appreciate any help
Perhaps you could shed some light on the difference of using graphql vs adjust.json as urls to POST to? I really didn’t understand why it seemed like there were more than one way to accomplish the same thing (using the documentation I posted above). Thanks again
REST is easier in that action for sure. Shopify supports 2 Admin APIs (REST vs GraphQL). The latter is generally preferred because it allows traversing a graph better than REST and allows you to only request the data you need.