E

Ecommerce API

by Ecommerce Free tier

Welcome to the Ecommerce API. You can use this API to access all Ecommerce API endpoints. Base URL The base URL for all API requests is https://unify.apideck.com We also provide a Mock API that can be used for testing purposes: `https://mock-api.ap

ecommerceapideck

Quick Reference

Base URL https://unify.apideck.com Auth type API Key Header Auth header Authorization: YOUR_API_KEY Rate limit Varies by plan Pricing Enterprise / contact sales Free quota None Documentation https://developers.apideck.com Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
0
Depth
72

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium. Pricing varies by platform; free tiers typically available.

Key Endpoints

MethodPathDescription
GET /ecommerce/customers List Customers
GET /ecommerce/customers/{id} Get Customer
GET /ecommerce/orders List Orders
GET /ecommerce/orders/{id} Get Order
GET /ecommerce/products List Products
GET /ecommerce/products/{id} Get Product
GET /ecommerce/store Get Store

Sample Request

curl -X GET 'https://unify.apideck.com/ecommerce/customers' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Ecommerce documentation.