Shopify and HTTP: OTC Inventory Sync to Store System Template
A scheduled Spojit workflow that reads over-the-counter stock levels from Shopify and pushes them to your in-store retail system so shelf counts stay aligned.
What It Builds
A Schedule trigger fires on the interval you choose, a Shopify Connector node in Direct mode reads current OTC inventory levels, and an http Connector node posts those counts to your in-store retail system's REST API. The result keeps online and shelf quantities in step without anyone re-keying numbers between systems.
The Prompt
Paste this into Miraxa and it builds the workflow, connecting the tools for you:
Build a scheduled workflow that runs every hour, reads the current stock levels for my over-the-counter products from Shopify, and sends each SKU and its quantity to my in-store retail system by calling its REST API to update the matching shelf count.
Connectors Used
- Schedule trigger - runs the sync on a cron interval in your timezone.
- Shopify - reads OTC product and inventory levels.
- http - calls your in-store retail system's REST API. Miraxa connects to that system's API for you, since it has no native tile.
Customize It
Change every hour to your preferred cadence, filter to a product tag or collection instead of all OTC items, or map a different field (such as barcode rather than SKU) to match how your store system identifies products. You can also add the endpoint and auth header your retail API expects.
Tips
- Give the Shopify connection read access to products and inventory; the http call needs whatever API key or token your store system requires.
- Keep the Shopify read in Direct mode for a no-AI-cost, predictable pull.
- This is a retail stock sync only: no clinical or patient data is involved.