Environments
What are the environments?
UNIMALL.ai API has two environments:
- Production - for working with the main UNIMALL.ai platform.
- Sandbox - for working with the UNIMALL.ai platform in test mode.
What is the sandbox environment?
The sandbox environment is your development environment at UNIMALL.ai.
You need to complete test cases in the sandbox environment before accessing the Production environment.
Test cases
- Create at least 10 products
- Update your products
- Update the stocks
- Update the prices
- Create test orders
- Get orders Cancel the order
- Pack the order
- Get the label
What is the production environment?
The production environment is your store at UNIMALL.ai. All requests sent, except for informational ones, can change the data in your personal account and on the UNIMALL.ai website.
Environment URLs
Environment | Platform URL | Swagger URL (API Playground) |
---|---|---|
Production | https://platform.unimall.ai | https://api-prod.unimall.ai/swagger/supplier/index.html |
Sandbox | https://develop.unimall.ai | https://api-develop.unimall.ai/swagger/supplier/index.html |