Developers
Build on DukaPlus
Integrate your existing tools, accounting software, and custom workflows directly with our robust REST API.
REST API Reference
Our API allows you to programmatically manage inventory, process sales, and generate reports. The API is RESTful and uses standard HTTP methods and status codes. All payloads are in JSON format.
GET https://api.duka.plus/v1/inventory
{
"status": "success",
"data": [
{ "id": 1, "name": "Milk", "stock": 45 }
]
}
{
"status": "success",
"data": [
{ "id": 1, "name": "Milk", "stock": 45 }
]
}
Full documentation and API keys will be available in the DukaPlus Web Dashboard soon. Stay tuned for our developer portal launch.