Linkit
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

  1. Go to Admin → Extensions → Installer
  2. Upload the .ocmod.zip file
  3. Go to Extensions → Extensions → Modules
  4. Find Linkit Bridge and click Install, then Edit
  5. Set status to Enabled and configure your API key

Configuration

SettingDescription
StatusEnable/Disable the module
Linkit URLYour Linkit instance URL
Plugin KeyAPI key for authentication

Endpoints

Once installed, the plugin exposes these catalog-side API endpoints:

EndpointMethodDescription
/index.php?route=extension/module/linkit_api/healthGETHealth check
/index.php?route=extension/module/linkit_api/inventoryGETInventory data
/index.php?route=extension/module/linkit_api/ordersGETRecent orders
/index.php?route=extension/module/linkit_api/offersPOSTUpsert offers

All endpoints require X-Linkit-Plugin-Key header.