TheShop
  • Home
    • TheShop: Headless e-commerce platform with API-first approach
  • GETTING STARTED
    • Quickstart guide
  • frontstore
    • Introduction
      • Types of frontstores
    • API
      • Frontstore API
      • Template customization
    • API client for Laravel
      • Example: Find products by keyword and include sold out products with available attributes to filter
    • Basic selling flow
      • Homepage
      • Product list
      • Product detail
        • Availability and count info in products
        • Add products to cart
        • Variants tree
      • Shopping cart (Basket)
        • Shopping cart list
        • Voucher (discount code)
      • Shipping and payment
      • Checkout
        • Completing order – payment flow
    • Contact form
    • Headless CMS
    • Caching
    • Known Issues
    • FAQ
Powered by GitBook
On this page
  • Quickstart guide
  • API-first
  • Independence
  • Examples
  1. GETTING STARTED

Quickstart guide

PreviousTheShop: Headless e-commerce platform with API-first approachNextIntroduction

Last updated 2 years ago

Quickstart guide

TheShop is a headless API-first e-commerce platform that offers powerful and intuitive administration for managing multiple fronstores from one place. Don't bother with creating a custom backend. TheShop is a viable option for those who wish to avoid the hassle of dealing with the complexities of integrating multiple legacy platforms and third-party applications.

API-first

In TheShop, every model, including customized ones, has a comprehensive REST API layer to provide the same level of flexibility as building your own backend from scratch.

See the .

Independence

By having a customizable API surface that is not dependent on any particular programming language, you can easily adapt to new technologies, requirements, and business growth.

Examples

Take a look at our sample repositories to get an idea of what you can create using TheShop. For additional examples, visit our GitHub page.

API documentation