Getting Started with Ecommaps
Ecommaps provides a complete commerce platform API surface with production-ready SDKs and AI integration primitives.
This section gets your team from zero to a working storefront integration quickly, with the same conventions used in production.
What You Will Set Up
- API access via a Storefront API key.
- Package integration using official npm SDKs.
- Buyer journey primitives: products, cart, checkout, customer auth.
- Optional AI agent integration for buyer-facing shopping assistants.
Architecture Baseline
- Public buyer layer: Storefront API (
/api/v1/storefront) secured byx-api-key. - Customer session layer: Storefront auth endpoints secured by bearer JWT.
- Commerce SDK layer:
@ecommaps/client+ optional logic kits. - AI layer:
@ecommaps/ai-sales-agent+@ecommaps/storefront-kitfor variant/promotion logic.
Next Steps
- Auth & Access
- Create Store (Onboarding)
- Dashboard & Site Navigation
- Products Workflow
- Settings & API Keys
- MCP
- Installation
- Configuration
- Storefront API Reference
Notes for Documentation Readers
- Route examples use placeholders like
siteIdentifier. Do not copy store-specific slugs from example screenshots. - Dashboard URLs are shown with locale prefixes (for example
/ar/...or/en/...) to match your tenant language.