Ecwid by Lightspeed website screenshot

Ecwid by Lightspeed

Ecwid by Lightspeed is a multi-channel e-commerce platform that lets merchants launch a storefront and sell across websites, social media (Instagram, TikTok, Facebook, Pinterest, Snapchat), online marketplaces, and in-person via point-of-sale. The platform handles centralized inventory and order management, automated marketing, payments, shipping, tax, and domain management. The Ecwid REST API exposes products, categories, orders, customers, payment and shipping methods, and storefront settings using OAuth 2.0 authentication with public (read-only) or private access tokens.

Ecwid by Lightspeed publishes 6 APIs on the APIs.io network, including Categories API, Customers API, Discount Coupons API, and 3 more. Tagged areas include E-Commerce, Online Store, Storefront, Retail, and Point of Sale.

Ecwid by Lightspeed’s developer surface includes authentication, documentation, pricing, signup flow, engineering blog, and 8 more developer resources.

31.3/100 thin ▬ flat Agent 28/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
7 APIs
E-CommerceOnline StoreStorefrontRetailPoint of SaleMulti-Channel Commerce

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 31.3/100 · thin
Contract Quality 13.4 / 25
Developer Ergonomics 5.7 / 20
Commercial Clarity 2.1 / 20
Operational Transparency 2.7 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 28/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 0 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ecwid: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

Ecwid REST API

JSON REST API for managing Ecwid store data including products, categories, orders, customers, discount coupons, payment and shipping methods, application data, and storefront s...

Ecwid by Lightspeed Categories API

The Categories API from Ecwid by Lightspeed — 2 operation(s) for categories.

Ecwid by Lightspeed Customers API

The Customers API from Ecwid by Lightspeed — 2 operation(s) for customers.

Ecwid by Lightspeed Discount Coupons API

The Discount Coupons API from Ecwid by Lightspeed — 1 operation(s) for discount coupons.

Ecwid by Lightspeed Orders API

The Orders API from Ecwid by Lightspeed — 2 operation(s) for orders.

Ecwid by Lightspeed Products API

The Products API from Ecwid by Lightspeed — 2 operation(s) for products.

Ecwid by Lightspeed Profile API

The Profile API from Ecwid by Lightspeed — 1 operation(s) for profile.

Scroll for all 7

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Ecwid REST API

OPEN COLLECTION

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Ecwid Authentication

http · 1 scheme

SECURITY

Ecwid Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Ecwid Agentic Access

23 operations · 13 acting

23 operations · 13 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ecwid
name: Ecwid by Lightspeed
description: Ecwid by Lightspeed is a multi-channel e-commerce platform that lets merchants launch a storefront and sell across
  websites, social media (Instagram, TikTok, Facebook, Pinterest, Snapchat), online marketplaces, and in-person via point-of-sale.
  The platform handles centralized inventory and order management, automated marketing, payments, shipping, tax, and domain
  management. The Ecwid REST API exposes products, categories, orders, customers, payment and shipping methods, and storefront
  settings using OAuth 2.0 authentication with public (read-only) or private access tokens.
type: Index
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/ecwid.png
tags:
- E-Commerce
- Online Store
- Storefront
- Retail
- Point of Sale
- Multi-Channel Commerce
url: https://raw.githubusercontent.com/api-evangelist/ecwid/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.19'
apis:
- aid: ecwid:rest-api
  name: Ecwid REST API
  description: JSON REST API for managing Ecwid store data including products, categories, orders, customers, discount coupons,
    payment and shipping methods, application data, and storefront settings. Requests are made over HTTPS, authenticated via
    OAuth 2.0 access tokens (private for write access, public for read-only).
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - E-Commerce
  - Online Store
  - Storefront
  - Products
  - Orders
  properties:
  - type: Documentation
    url: https://api-docs.ecwid.com/reference/overview
  - type: DeveloperPortal
    url: https://developers.ecwid.com
  - type: GitHub Docs
    url: https://github.com/Ecwid/ecwid-api-docs
  - type: OAuth Token Endpoint
    url: https://my.ecwid.com/api/oauth/token
  - type: GettingStarted
    url: https://docs.ecwid.com/get-started/make-your-first-api-request
- aid: ecwid:ecwid-categories-api
  name: Ecwid by Lightspeed Categories API
  description: The Categories API from Ecwid by Lightspeed — 2 operation(s) for categories.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Categories
  properties:
  - type: OpenAPI
    url: openapi/ecwid-categories-api-openapi.yml
- aid: ecwid:ecwid-customers-api
  name: Ecwid by Lightspeed Customers API
  description: The Customers API from Ecwid by Lightspeed — 2 operation(s) for customers.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Customers
  properties:
  - type: OpenAPI
    url: openapi/ecwid-customers-api-openapi.yml
- aid: ecwid:ecwid-discount-coupons-api
  name: Ecwid by Lightspeed Discount Coupons API
  description: The Discount Coupons API from Ecwid by Lightspeed — 1 operation(s) for discount coupons.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Discount Coupons
  properties:
  - type: OpenAPI
    url: openapi/ecwid-discount-coupons-api-openapi.yml
- aid: ecwid:ecwid-orders-api
  name: Ecwid by Lightspeed Orders API
  description: The Orders API from Ecwid by Lightspeed — 2 operation(s) for orders.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Orders
  properties:
  - type: OpenAPI
    url: openapi/ecwid-orders-api-openapi.yml
- aid: ecwid:ecwid-products-api
  name: Ecwid by Lightspeed Products API
  description: The Products API from Ecwid by Lightspeed — 2 operation(s) for products.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Products
  properties:
  - type: OpenAPI
    url: openapi/ecwid-products-api-openapi.yml
- aid: ecwid:ecwid-profile-api
  name: Ecwid by Lightspeed Profile API
  description: The Profile API from Ecwid by Lightspeed — 1 operation(s) for profile.
  humanURL: https://api-docs.ecwid.com/reference/overview
  baseURL: https://app.ecwid.com/api/v3
  tags:
  - Profile
  properties:
  - type: OpenAPI
    url: openapi/ecwid-profile-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/ecwid-agentic-access.yml
- type: DomainSecurity
  url: security/ecwid-domain-security.yml
- type: Authentication
  url: authentication/ecwid-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/ecwid
- type: Website
  url: https://www.ecwid.com
- type: Documentation
  url: https://docs.ecwid.com
- type: API Documentation
  url: https://api-docs.ecwid.com/reference/overview
- type: Pricing
  url: https://www.ecwid.com/pricing
- type: Signup
  url: https://my.ecwid.com/cp/?source=signup
- type: StatusPage
  url: https://status.ecwid.com
- type: GitHubOrganization
  url: https://github.com/Ecwid
- type: LlmsText
  url: https://docs.ecwid.com/llms.txt
- url: https://www.ecwid.com/blog/feed
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com