Linkit
Plugins

OpenCart 4 Plugin

Install and configure the Linkit bridge plugin for OpenCart 4.

OpenCart 4 Bridge Plugin

Provides inventory, orders, and offers sync endpoints for OpenCart 4.x stores. Uses OC4 namespaces and Bootstrap 5 admin UI.

Download

Download opencart4-linkit-plugin.ocmod.zip

Requirements

  • OpenCart 4.0+
  • PHP 8.0+

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

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

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