Build on top of Lantid Sales Pro. A clean REST API, real-time webhooks, and official SDKs.
Bearer tokens scoped per organization. Generate keys from Settings → API.
Standard JSON over HTTPS. Items, suppliers, locations, movements, purchase orders.
Real-time events for stock changes, low-stock alerts, and order updates.
Official clients for JavaScript/TypeScript, Python, and PHP. Community libraries for Go and Ruby.
# Authenticate
curl https://api.lantid.shop/v1/items \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
# Create an item
curl -X POST https://api.lantid.shop/v1/items \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"sku": "WIDGET-001",
"name": "Premium Widget",
"current_stock": 100,
"reorder_point": 20
}'/v1/items/v1/items/v1/items/:id/v1/items/:id/v1/movements/v1/suppliers/v1/purchase-orders/v1/webhooksFull reference, schemas, and rate limits coming soon — email our developer team for early access.