1. Get API key
Oplog.one verifies a user’s request by using a Auth2.0 token in the header. We call this method. On the Oplog.one dashboard, go to Integrations > OpenAPI to set up the integration. Once the integration is complete, you will be provided with an X-Tenant-Id and a StaticToken for Authorization. Copy and securely store this information, as we will use it in the next step. If you do not have an Oplog.one account yet, you can contact our support team to create a staging account.2. Common scenarios
Basic Product Create
Basic Product Create
Here is a sample request to create a basic product:
Make sure to pass the
X-Tenant-Id
and StaticToken
in the header.Receiving Order Create
Receiving Order Create
Below is a sample request to create a receiving order:
Make sure to pass the
X-Tenant-Id
and StaticToken
in the header.Sales Order Create
Sales Order Create
Here is a sample request to create a sales order:
Make sure to pass the
X-Tenant-Id
and StaticToken
in the header.3. Use Cases
Get started with the OPLOG.ONE API with detailed guides for your use case.Product Management
Build your product inventory.
Receiving Order Management
Manage incoming order processes.
Sales Order Management
Handle sales and order fulfillment.
Return Management
Process returns and refunds.
Customer Management
Organize customer relationships.
Track Shipments
Monitor logistics operations.