Welcome to the Chronos API Documentation
Welcome to the official documentation for Chronos EON WMS API. This comprehensive guide will help you integrate your applications with our powerful warehouse management system.
What is Chronos EON?β
Chronos EON is a state-of-the-art Warehouse Management System (WMS) that provides complete fulfillment solutions for e-commerce businesses. Our API allows you to:
- π¦ Automate order fulfillment - Create and manage orders programmatically
- π Manage multiple warehouses - Access inventory across different locations
- π Integrate carriers - Support for FedEx, UPS, 99Minutos and more
- π Track inventory in real-time - Monitor stock levels and movements
- π Scale globally - Operations in Mexico, USA and international expansion
Key Featuresβ
π High Performanceβ
- Average response time under 200ms
- RESTful API design
- JSON request/response format
- Comprehensive error handling
π Enterprise Securityβ
- OAuth 2.0 authentication
- Token-based access control
- 15-day token validity with renewal capability
- Secure HTTPS connections
π± Developer Experienceβ
- Detailed API documentation
- Postman collection available
- Code examples in multiple languages
- Sandbox environment for testing
Available Environmentsβ
We provide two environments for integration:
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://apisandbox.eonwms.com | Development and testing |
| Production | https://api.eonwms.com | Live operations |
Always begin your integration in the Sandbox environment. This allows you to test all functionalities without affecting real orders or inventory.
Quick Start Guideβ
1. Get Your Credentialsβ
Contact our sales team to obtain:
- API credentials (email and password)
- Client token
- Warehouse access
2. Authenticateβ
POST /token/generate
{
"email": "your@email.com",
"password": "yourpassword:clienttoken"
}
3. Make Your First Requestβ
GET /client/warehouses/availables
Authorization: Bearer YOUR_TOKEN
4. Create Your First Orderβ
POST /shipment/create
Authorization: Bearer YOUR_TOKEN
{
"unique_order_number": "TEST-001",
"shipping_service": "FEDEX",
"warehouse_id": "1",
...
}
API Capabilitiesβ
Order Managementβ
- Create fulfillment orders
- Track order status
- Cancel orders
- Generate shipping labels
- Calculate shipping rates
Inventory Managementβ
- Check product availability
- Monitor stock levels by warehouse
- Receive low stock alerts
Shipping Integrationβ
- Support for multiple carriers
- Real-time rate calculation
- Label generation
- Tracking information
Reportingβ
- Order history
- Inventory reports
- Shipping analytics
Supported Carriersβ
Our platform integrates with major shipping providers:
- π Mexico: FedEx, Yego, AfiMex, JTExpress, Tiui
- π USA: FedEx, UPS, USPS
Next Stepsβ
Ready to start integrating? Here's what you should do:
- π Read the API Overview to understand the structure
- π Learn about Authentication
- π¦ Create your first Order
Need Help?β
- π§ Technical Support: support@intech.mx
- π Sales: sales@chronos.com
- π Report Issues: GitHub Issues
- π¬ Community: Join our developer forum
Welcome aboard! We're excited to help you automate your fulfillment operations with Chronos EON.