Basic selling flow
This is the basic selling flow on the TheShop frontstore. It is the easiest way how to connect a frontstore to TheShop API and build an eCommerce channel that can sell.
A customer lands on a homepage.
They visit the product list.
They choose any listed product and see its detail.
They add product to the shopping cart.
They review items in the shopping cart.
They choose shipping and payment method.
They create an order in the checkout.
This flow describes only the parts that are connected via API. All other parts are hard-coded within the TheShop template.
PreviousExample: Find products by keyword and include sold out products with available attributes to filterNextHomepage
Last updated