A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi
I'm developing a C# application to pull product information from an in-house database and pushing them to a Shopify platform. As part of that process, I want to set the quantity available to match what is in the database. Using the inventory_levels/set.json endpoint, and the documentation on said endpoint, I'm attempting the following call in Insomnia and it is returning 400 bad request. It does this inside my application and Insomnia.
My headers are setup correctly to my knowledge and I've verified the location and inventory_item_id, as well as tried with different products. I've also verified tracking is enabled for a particular product. What am I doing wrong?
Any help would be appreciated.