ZenFlow API
ZenFlow is a warehouse management system (WMS) that provides a powerful API for integrating with ERP systems, e-commerce platforms, and other business applications.What you can do with our API
Orders Management
Create, update, and track orders through your fulfillment process
Products Catalog
Synchronize your product catalog with ZenFlow
Stock Control
Real-time inventory levels and stock movements
Webhooks
Get notified when important events happen
Integrations
ZenFlow integrates with major e-commerce platforms:Base URL
All API requests should be made to:Authentication
ZenFlow API uses API Keys for authentication. Include your API key in theX-API-Key header:
API keys are scoped to specific permissions. Make sure your key has the
required scopes for the endpoints you want to use.
Response Format
All responses are returned in JSON format with a consistent structure:Success Response
Error Response
Rate Limits
API requests are rate limited based on your API key configuration:| Limit Type | Default |
|---|---|
| Per Minute | 60 requests |
| Per Hour | 1,000 requests |
| Per Day | 10,000 requests |
X-RateLimit-Limit: Maximum requests allowedX-RateLimit-Remaining: Requests remainingX-RateLimit-Reset: Unix timestamp when the limit resets
Need Help?
- Check out our guides for common integration patterns
- Browse the API reference for detailed endpoint documentation
- Contact [email protected] for assistance



