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 settings. Requests are made over HTTPS, authenticated via OAuth 2.0 access tokens (private for write access, public for read-only).

API entry from apis.yml

apis.yml Raw ↑
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: Developer Portal
  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: Getting Started
  url: https://docs.ecwid.com/get-started/make-your-first-api-request