Hello
I’m testing the Shopify api to use it for a big company that I working for, and I would like to propose to use Shopify but they required to connect with their app and I was thinking to use the Shopify rest api but it looks like the products are not decreasing when creating an order using postman following the Shopify documentation, it looks like an issue because of what the documentation says.
So In general I’m able to create the order with the varian_id and the quantity and it Shopify it links to the product but it does not decreases the product inventory, I’ve been trying many options do do this work and also I have check the post in here an many people have had the same problem and no solution so far.
Additionally, as per documentation I’ve try us use the “inventory_behaviour” all of the options provided by the Shopify api documentation and still does not work.
I’m using this documentation to do the api testing: https://shopify.dev/docs/api/admin-rest/2023-01/resources/order
I’m sharing the example of the call, and showing that the order is been created.