Welcome to OPLOG.ONE API
The OPLOG.ONE API provides comprehensive logistics and supply chain management capabilities through a RESTful interface. Our API enables businesses to integrate powerful logistics operations including product management, order processing, inventory tracking, and shipping coordination.Products API
Manage your product catalog with comprehensive inventory control
Sales Orders API
Process orders with multiple payment methods and shipping options
Receiving Orders API
Handle incoming inventory with flexible transfer configurations
Returns API
Streamline return processing and customer service operations
Base URL
All API requests should be made to:Authentication
OPLOG.ONE uses OAuth 2.0 authentication with tenant-specific tokens. Every API request must include the following headers:Ensure you include both
X-Tenant-Id
and Authorization
headers in every request. Missing authentication will result in 401 Unauthorized errors.Response Format
All API responses follow a consistent JSON structure:Success Response
Error Response
For detailed error codes and descriptions, see our Error Reference documentation.