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
Environments
OPLOG.ONE provides two separate environments. Each environment has its own base URL, credentials, and data — they are completely isolated from each other.- Production
- Staging
Base URLThe production environment is your live system. All API requests here affect real orders, shipments, and inventory.Example Request
Authentication
OPLOG.ONE uses OAuth 2.0 authentication with tenant-specific tokens. Every API request must include the following headers:| Header | Description |
|---|---|
X-Tenant-Id | Your unique tenant identifier, provided during integration setup |
Authorization | Bearer token using your StaticToken |
Content-Type | Must be application/json for all requests |
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.
