I am developing an external Inventory Management System, where an admin can manage their products, inventory, sales channels, sales generated, and more.
I am wondering if Shopify can do the following:
- Shows the Products + Inventory from the System which shows the list of products and its availability on the inventory.
→ Is it possible to issue a GET Request to the API that returns a .json and shows that as the products list.
- Generate on the external system, and update the inventory count automatically.
→ Is it possible to issue a PUT/POST Request to generate a sale on the external system and update the inventory count, upon customer check out?
- Fetch orders from Shopify and show in the external system, for easier access, only one dashboard to manage everything.
→ Is it possible to issue a GET Request and get all the orders from Shopify to display on the external system?
Thanks.