Skip to main content

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:

EnvironmentBase URLPurpose
Sandboxhttps://apisandbox.eonwms.comDevelopment and testing
Productionhttps://api.eonwms.comLive operations
Start with Sandbox

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:

  1. πŸ“– Read the API Overview to understand the structure
  2. πŸ”‘ Learn about Authentication
  3. πŸ“¦ Create your first Order

Need Help?​


Welcome aboard! We're excited to help you automate your fulfillment operations with Chronos EON.