Plugins
OpenCart 3 Plugin
Install and configure the Linkit bridge plugin for OpenCart 3.
OpenCart 3 Bridge Plugin
Provides inventory, orders, and offers sync endpoints for OpenCart 3.x stores.
Download
Download opencart3-linkit-plugin.ocmod.zip
Requirements
- OpenCart 3.0.2+
- PHP 7.2+
Installation
- Go to Admin → Extensions → Installer
- Upload the
.ocmod.zipfile - Go to Extensions → Extensions → Modules
- Find Linkit Bridge and click Install, then Edit
- Set status to Enabled and configure your API key
Configuration
| Setting | Description |
|---|---|
| Status | Enable/Disable the module |
| Linkit URL | Your Linkit instance URL |
| Plugin Key | API key for authentication |
Endpoints
Once installed, the plugin exposes these catalog-side API endpoints:
| Endpoint | Method | Description |
|---|---|---|
/index.php?route=extension/module/linkit_api/health | GET | Health check |
/index.php?route=extension/module/linkit_api/inventory | GET | Inventory data |
/index.php?route=extension/module/linkit_api/orders | GET | Recent orders |
/index.php?route=extension/module/linkit_api/offers | POST | Upsert offers |
All endpoints require X-Linkit-Plugin-Key header.