Introduction

This is Geins, a commerce backend that gives you the flexibility to create truly custom solutions, while also providing a stable foundation to build upon.

What is Geins?

Geins is an API-first commerce backend that handles products, orders, inventory, payments, and fulfillment—so you can focus on building great customer experiences.

Quickstart

Make your first API call in under 5 minutes

Geins Concept

Understand the core architecture and data model

API Reference (Merchant API)

Full API documentation and examples for the Merchant API

API Reference (Management API)

Full API documentation and examples for the Management API

Two APIs, One Platform

APITypeBest For
Merchant APIGraphQLStorefronts, product display, cart, checkout
Management APIRESTBack-office, integrations, inventory sync

Quick Example

Fetch products with a single GraphQL query:

query {
  products(take: 5) {
    products {
      productId
      name
      alias
    }
  }
}

Why Geins?

  • 🔌 API-First — Build web, mobile, POS, IoT, or anything else
  • 🚀 Production-Ready — Cloud-native, auto-scaling infrastructure
  • 🛠️ Developer Experience — SDKs, launchpads, and comprehensive docs
  • 🔄 Flexible Integrations — Connect ERPs, payment providers, shipping carriers
Ready to start? Jump to the Quickstart guide.