Shopify orders that land in Zoho Inventory by themselves
n8n · Shopify Admin API · webhooks · Zoho Inventory — Wenexus, 2024–present
The problem
Orders were read off the Shopify admin and typed into Zoho Inventory by hand. Slow, and every mistyped SKU turned into a fulfilment problem days later.
What I built
A webhook-driven pipeline that pulls each order into Zoho Inventory, keeps stock levels synchronised and passes clean data to fulfilment. Writes carry an idempotency key, so a webhook firing twice doesn't create two sales orders. When the API times out the flow retries with backoff, then raises an alert rather than dropping the record.