Ecwid integration

Lightweight e-commerce: products, orders, customers, categories, coupons, discounts

Help CentreConnectors

Overview

Ecwid is a lightweight e-commerce platform that bolts onto any existing site. The Automize Ecwid connector covers products, orders, customers, categories, coupons, discounts.

  • Regions: Global, hosted.
  • Plans: Free + paid (Venture, Business, Unlimited).

Setting up the connection

Auth type: API Key.

  1. Ecwid Control Panel → Apps → Storefront API → copy access token + Store ID.
  2. In Automize → Settings → Connectors → Ecwid. Paste both.

Find your credentials at https://my.ecwid.com/.


Rate limits

~40 req/sec, scaling with plan.


Data model

E-commerce:

    Store ─┬─ Products ─── Categories
           ├─ Orders ─── Customers
           └─ Coupons + Discounts

Available operations

11 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Create CouponGeneralCreate a discount coupon
Create ProductGeneralCreate a new product
Get OrderGeneralGet order by ID
Get ProductGeneralGet product by ID
List CategoriesGeneralList all categories
List CouponsGeneralList all discount coupons
List CustomersGeneralList all customers
List OrdersGeneralList all orders
List ProductsGeneralList all products
Update OrderGeneralUpdate an order
Update ProductGeneralUpdate a product

Operations

Create Coupon

Create a discount coupon

ParameterRequiredTypeDescription
Name nameYestext
Code codeYestext
Discounttype discountTypeYestext
Discount discountYestext
Store Id store_idYestext

Create Product

Create a new product

ParameterRequiredTypeDescription
Name nameYestext
Price priceYesnumber
Sku skuYestext
Quantity quantityYesnumber
Store Id store_idYestext

Tips

  • name + price + sku.

Get Order

Get order by ID

ParameterRequiredTypeDescription
Store Id store_idYestext
Order Id order_idYestext

Get Product

Get product by ID

ParameterRequiredTypeDescription
Store Id store_idYestext
Product Id product_idYestext

List Categories

List all categories

ParameterRequiredTypeDescription
Store Id store_idYestext

List Coupons

List all discount coupons

ParameterRequiredTypeDescription
Store Id store_idYestext

List Customers

List all customers

ParameterRequiredTypeDescription
Store Id store_idYestext

Tips

  • Filter by email, search.

List Orders

List all orders

ParameterRequiredTypeDescription
Store Id store_idYestext

Tips

  • Filter by date, paymentStatus, fulfillmentStatus.

List Products

List all products

ParameterRequiredTypeDescription
Store Id store_idYestext

Tips

  • Filter by keyword, category, sku.

Update Order

Update an order

ParameterRequiredTypeDescription
Fulfillmentstatus fulfillmentStatusYestext
Trackingnumber trackingNumberYestext
Store Id store_idYestext
Order Id order_idYestext

Update Product

Update a product

ParameterRequiredTypeDescription
Name nameYestext
Price priceYesnumber
Store Id store_idYestext
Product Id product_idYestext

FAQ

vs Shopify?
Ecwid is widget-style – drops into any CMS. Shopify is full hosted storefront. Use Ecwid to add commerce to existing sites.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.