01 Software

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

GuideDescription
Product BrowsingProduct listing, category/brand filtering, product detail with variants/options
Carts & CheckoutCreate cart → add items → apply discount → convert to order
Orders & TrackingCreate orders, check status, track shipments
CustomersCustomer data management, address book, order history
Customer AuthRegistration, login, token management, password reset, email verification

Collection Structure

CategoryCollectionsCount
Productsproducts, product-variants, product-options, product-categories, product-tags, product-images, product-collections, brands, brand-logos9
Ordersorders, order-products, returns, return-products, exchanges, exchange-products, fulfillments, fulfillment-items, transactions9
Customerscustomers, customer-addresses, customer-groups, customer-group-images4
Cartscarts, cart-items2
Discountsdiscounts1
Shippingshipping-policies1

For detailed field specifications, see E-commerce Collections.

On this page