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
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
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Freemium. Pricing varies by platform; free tiers typically available.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://unify.apideck.com/ecommerce/customers' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Ecommerce documentation.