Documentation
The comprehensive guide to operating RetailCoder OMS.
Welcome to the RetailCoder docs. Depending on your license type, your setup process will differ.
Basic / Pro Plans
You are on our managed cloud. You do not need to install anything. Focus on connecting your stores.
Start Setup GuideEnterprise Plan
You own the source code. Follow our engineering guides to deploy on your own AWS/DigitalOcean infrastructure.
View Deployment DocsGetting Started (Cloud)#
If you have purchased a Basic or Pro license, your instance is already live. Follow these steps to sync your first order.
- 1
Log in to your Dashboard
Use the credentials sent to your email after purchase.
- 2
Connect Sales Channels
Go to Settings > Integrations. Add your Shopify API Key or WooCommerce Consumer Secret.
- 3
Map Inventory
We automatically pull products. You simply confirm the SKU mapping.
Pro Tip: Historical Import
Enterprise Setup#
For Enterprise customers deploying the source code, we provide a Docker Compose file that spins up the entire stack (Next.js, Postgres, Redis).
# 1. Clone your private repository git clone https://github.com/retailcoder/your-private-repo.git # 2. Configure Environment cp .env.example .env # 3. Start the stack docker-compose up -d --build