StoreOSv0.15.0
Guides

Guides

End-to-end flows for building checkout, auth, and commerce pages in your app.

What these guides cover

Guides walk through real storefront flows — not just API reference, but how pieces fit together in your app.

Before you start: Install @storeos/storefront-client and set your tenant UID.


Commerce guides

GuideWhat you'll buildAPI area
CheckoutCart → coupon → place order → confirmationOrders
Phone OTP authSMS login without passwordAuth

How StoreOS fits your app

StoreOS provides data and business rules. Your app provides everything the customer sees.

LayerStoreOS (API / package)Your app
Products & pricesDisplay UI
Delivery charge rulesShow totals, pick area
Place orderCheckout form
Customer accountsLogin pages, save token
Cart✅ You track items until checkout
Payment gateway UI✅ For ONLINE payments
Pages & branding

Pages to build

Typical routes in a storefront you implement:

RoutePurposeSee
/Home — featured productsCatalog methods
/shopProduct listinggetProducts
/product/[handle]Product detail, add to cartgetProduct
/authEmail login / registerAuth
/auth/phoneOTP loginPhone OTP
/checkoutShipping, payment, place orderCheckout
/order-confirmation/[id]Thank you pagecreateOrder response
/track-order/[id]Public trackinggetOrder
/dashboard/ordersOrder historygetMyOrders

Need API details?

TopicDocs
Every SDK method explainedMethods
React providers & hooksReact SDK
REST routesREST API
GraphQL operationsGraphQL API
Swagger (try it live)storefront-api.storeos.dev/docs

On this page