Ecwid is an e-commerce platform that allows individuals and businesses to create an online store and sell products anywhere. Its core purpose is to provide an easy way to add shopping cart functionality to an existing website, blog, or social media page, without needing to start from scratch. Founded in 2009 by Ruslan Fazlyev, Ecwid was designed to be a flexible widget that could be embedded on any platform. The company, now part of Lightspeed Commerce, provides tools for managing inventory, orders, payments, and shipping from a single dashboard. It is a popular choice for small to medium-sized businesses looking for a simple and affordable way to start selling online.
Ecwid offers a range of features to help you build and manage your online business.
Ecwid provides several pricing tiers to fit different business needs.
Ecwid offers a Free Forever plan. It is not a trial and does not expire. The free plan allows you to create an online store and sell up to 5 physical products. It includes an Instant Site, the ability to add your store to any website, and mobile-responsive design. However, it has limitations. You cannot sell digital products, use discount coupons, or access advanced features like automated marketing or selling on social media platforms. It is a great option for testing the platform or for sellers with a very small product catalog.
Getting started with Ecwid is a straightforward process.
Ecwid integrates with a wide variety of third-party applications and services to extend its functionality. You can find these in the Ecwid App Market.
Yes, Ecwid provides a comprehensive RESTful API that allows developers to extend and customize the platform. The API gives access to store data such as products, orders, customers, and categories.
To get API access, you need to register your application in the Ecwid Control Panel under the 'Apps' section. Once you create a new application, Ecwid will provide you with a client_id
, client_secret
, and an access token for making authenticated requests. The access token is required for most API calls.
Here is a simple example using curl
to fetch a list of products from a store:
curl -X GET 'https://app.ecwid.com/api/v3/YOUR_STORE_ID/products?token=YOUR_API_TOKEN'
Replace YOUR_STORE_ID
with your store's ID and YOUR_API_TOKEN
with the access token you generated. You can find detailed documentation on the Ecwid Developers portal.
Ecwid offers an affiliate program that allows you to earn commissions by referring new customers. Affiliates earn a recurring commission, typically 20%, for every paid subscriber they refer for as long as that subscriber remains a customer. This provides a steady income stream.
To join, you need to apply through the Ecwid Affiliate Program page on their website. The application is reviewed, and upon approval, you receive a unique referral link and access to a dashboard with marketing materials and performance tracking. Payments are usually made monthly through PayPal or bank transfer once you reach a minimum payout threshold.