Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ecwid by Lightspeed Orders API

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

Ecwid by Lightspeed Orders API is one of 7 APIs that Ecwid by Lightspeed publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Orders. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0.

Requests are made against a single base URL, https://app.ecwid.com/api/v3/{storeId}.

5 operations 2 paths 2 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://app.ecwid.com/api/v3
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Ecwid by Lightspeed Orders API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 access token (private or public) used as a Bearer token.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Orders 5
GET
/orders
Search orders
searchOrders 5 params → 200
POST
/orders
Create an order
createOrder body → 200
GET
/orders/{orderNumber}
Get an order
getOrder 1 param → 200
PUT
/orders/{orderNumber}
Update an order
updateOrder 1 param body → 200
DELETE
/orders/{orderNumber}
Delete an order
deleteOrder 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Order (7 properties), OrdersPage (3 properties). Each schema is shown below with its type and property counts.

OrdersPage
object
3 properties
Order
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ecwid-orders-api-openapi.yml Raw ↑

Other APIs Ecwid by Lightspeed publishes across the network.

Ecwid REST API
Ecwid by Lightspeed Categories API
Ecwid by Lightspeed Customers API
Ecwid by Lightspeed Discount Coupons API
Ecwid by Lightspeed Products API
Ecwid by Lightspeed Profile API