E-commerce
Build an e-commerce storefront using the SDK
E-commerce
Learn how to build an e-commerce storefront using the SDK.
Data management (products, categories, brands, shipping policies) is done in the Console. This guide focuses on integrating the storefront with the SDK.
Core Flow
[Console] Product registration / Category·Brand·Shipping setup / Discount code creation
↓
[SDK] Browse products → Product detail → Add to cart → Apply discount → Create order
↓
[SDK] Order lookup / Shipment tracking ← ← ← ← ← ← ← ← ← ← ← ←Guides
| Guide | Description |
|---|---|
| Product Browsing | Product listing, category/brand filtering, product detail with variants/options |
| Carts & Checkout | Create cart → add items → apply discount → convert to order |
| Orders & Tracking | Create orders, check status, track shipments |
| Customers | Customer data management, address book, order history |
| Customer Auth | Registration, login, token management, password reset, email verification |
Collection Structure
| Category | Collections | Count |
|---|---|---|
| Products | products, product-variants, product-options, product-categories, product-tags, product-images, product-collections, brands, brand-logos | 9 |
| Orders | orders, order-products, returns, return-products, exchanges, exchange-products, fulfillments, fulfillment-items, transactions | 9 |
| Customers | customers, customer-addresses, customer-groups, customer-group-images | 4 |
| Carts | carts, cart-items | 2 |
| Discounts | discounts | 1 |
| Shipping | shipping-policies | 1 |
For detailed field specifications, see E-commerce Collections.