A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello,
I have an Product in my store inventory that has 1 qty in stock, I tried posting an order through admin API, to test if the qty will be updated after posting a fulfilled order through postman, and I notice that the qty didn't change and 1 stock in inventory still there, and the order is showing in the orders page, how can I mange inventory through admin API automatically when I send an order post request it updates the inventory right away.