Dukaan is an e-commerce platform that allows businesses to create, manage, and scale their online stores with ease. The core purpose of Dukaan is to provide a simple and quick solution for anyone, from small entrepreneurs to large enterprises, to start selling online. Its main functionality includes creating a fully responsive website and mobile app, managing products and inventory, integrating payment gateways, and handling shipping. The company, Growthpond Technology Pvt Ltd., was founded in 2020 by Suumit Shah and Subhash Choudhary. Headquartered in Bangalore, India, Dukaan was created to make e-commerce accessible to everyone, especially focusing on a mobile-first approach and rapid deployment.
Dukaan offers several pricing tiers designed for different business sizes and needs. While specific prices change, the plans are typically structured as follows:
Dukaan offers a free trial period for its paid plans. This allows new users to explore the platform's features and build their store before committing to a subscription. During the trial, users can typically access most of the features of the selected plan, such as adding products, customizing the storefront, and setting up payments. Limitations may apply, such as a cap on the number of orders or a limited trial duration. There is no permanent free plan available after the trial period ends.
Getting started with Dukaan is a straightforward process:
Dukaan integrates with a variety of third-party applications and services through its plugin system to enhance store functionality. Key integration categories include:
Dukaan provides a REST API for developers, allowing them to build custom applications and integrations for Dukaan stores. The API enables programmatic access to store data such as products, orders, and customers. To get an API key, you typically need to be on a paid Dukaan plan. The key can be generated from the store's admin dashboard, usually in a 'Developer' or 'API' section. You can find more details on their developer documentation page.
Here is a basic example of how to fetch products using the API with cURL:
curl -X GET 'https://api.mydukaan.io/v1/products' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'
Replace YOUR_API_KEY
with the actual key obtained from your Dukaan dashboard.
Dukaan runs an affiliate program that allows individuals and businesses to earn commissions by referring new customers to the platform. To join, you need to sign up for the program on the Dukaan website. Once approved, you receive a unique referral link. You can share this link on your website, blog, or social media channels. When a user clicks your link and subscribes to a paid Dukaan plan, you earn a commission. Payouts are typically made on a recurring basis for as long as the referred customer remains a paying subscriber. The commission rate varies but is a percentage of the subscription fee paid by the customer.