Inventory Management Sync
This guide covers connecting an external system — e-commerce platform, POS, or ERP — to Qoyod's v2 REST API to keep product data and stock levels in sync. It is written for integrators building REST API integrations and assumes familiarity with REST conventions.
What's in this guide
The guide is organized into three layers: concepts that explain the sync model, use-case pages that walk through specific integration tasks, and reference pages for operational concerns.
Concepts — understand the sync model before writing code:
Use cases — Integrated system → Qoyod:
- Category management
- New product creation
- Initial product import
- Product update
- Inventory adjustment
- Inventory transfer
Use cases — Qoyod → Integrated system:
Where to start
Read Sync directions first. It explains which data flows in which direction and why that shapes every integration decision. Once you have that model in mind, go to the use-case page for your first integration task.