Documentation
The comprehensive guide to operating RetailCoder OMS.
Welcome to the RetailCoder docs. Choose your deployment path to get started, or jump directly into the core operational guides.
Cloud (SaaS)
For Basic and Pro plans. Zero installation required. Focus on connecting your sales channels.
Enterprise
You own the source code. Deploy on your own AWS/DigitalOcean infrastructure using Docker.
Core Modules#
Once setup is complete, learn how to manage your daily operations.
Order Mgmt
Process, fulfill, and edit orders.
Inventory Ledger
Audit trail of every stock movement.
Pick & Pack
Batch printing and barcode scanning.
Quick Start (Cloud)#
- 1
Connect Sales Channels
Go to Settings > Integrations. Add your Shopify API Key or WooCommerce Credentials.
- 2
Map Inventory
We automatically import products. You simply confirm the SKU mapping to your warehouses.
- 3
Go Live
Enable 'Sync Inventory' to start pushing stock levels back to your channels.
Quick Start (Enterprise)#
Run the entire stack locally or on a VPS in under 2 minutes.
# 1. Clone & Config git clone https://github.com/retailcoder/oms-enterprise.git cp .env.example .env # 2. Start Stack (App + DB + Redis) docker-compose -f docker-compose.prod.yml up -d --build