# Ecommerce API **Provider:** Ecommerce **Category:** ecommerce **Base URL:** `https://unify.apideck.com` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developers.apideck.com ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://unify.apideck.com/ecommerce/customers` | List Customers | | GET | `https://unify.apideck.com/ecommerce/customers/{id}` | Get Customer | | GET | `https://unify.apideck.com/ecommerce/orders` | List Orders | | GET | `https://unify.apideck.com/ecommerce/orders/{id}` | Get Order | | GET | `https://unify.apideck.com/ecommerce/products` | List Products | | GET | `https://unify.apideck.com/ecommerce/products/{id}` | Get Product | | GET | `https://unify.apideck.com/ecommerce/store` | Get Store | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://unify.apideck.com/ecommerce/customers' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Pricing varies by platform; free tiers typically available. --- *Source: [API Map](https://apimap.dev/apis/ecommerce/) — CC BY 4.0*