Skip to main content

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.
Base URL
The production environment is your live system. All API requests here affect real orders, shipments, and inventory.Example Request
Only use production after you have fully tested your integration in the staging environment.
Production and staging credentials are not interchangeable. Never use production credentials in staging or vice versa.

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 a 401 Unauthorized error.

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.