Linkit

Linkit Documentation

E-commerce integration middleware โ€” unified API for products, inventory, orders, and platform connections

Linkit Documentation

Linkit is e-commerce integration middleware. It connects delivery platforms, marketplaces, and AI services through a single REST API, letting you manage products, inventory, orders, and integrations from one place.


๐Ÿค– MCP Integration โ€” Connect AI Assistants to Your API

New: Model Context Protocol Support

Linkit now speaks MCP. Point Claude, Cursor, Windsurf, or any MCP client at your Linkit instance and get instant access to 10 semantic API tools โ€” zero setup, zero local installation. Your AI assistant can manage products, inventory, orders, and integrations by talking to your API directly.

One line of config is all you need:

{ "mcpServers": { "linkit": { "url": "https://linkit.works/api/v1/mcp" } } }

Quick Start


Core Concepts


Getting Started

1. Authenticate

All API requests require either a Bearer token or an API key. See Authentication for details.

curl -X GET "https://linkit.works/api/v1/products" \
  -H "Authorization: Bearer your_token_here"

2. Create Products and Branches

Products represent your catalog items. Branches represent physical locations. When you create a branch, Linkit auto-generates a SKU for every existing product at that branch.

3. Manage Inventory

Update stock levels and pricing through the SKUs API. SKUs are the intersection of a product and a branch.

4. Connect Integrations

Install apps from the App Store to sync with delivery platforms, e-commerce marketplaces, and AI services. Integrations run on a schedule or can be triggered via the Integrations API.


API Reference

Full endpoint documentation organized by resource: