Documentation

What the system is

Ticaret is a multi-tenant commerce operating system for the Turkish market.

Ticaret is not a storefront theme pack. The shop catalog is the source of truth. The storefront publishes. Orders land on the same core. A worker queue fans out to marketplaces. Remote stock never overwrites on-hand.

This marketing site does not call live marketplace APIs. Channel secrets never appear in JSON responses. Example placeholder: sk_live_placeholder.

Five layers

  1. Catalog — products, variants, stock, price
  2. Storefront — published page tree, cart, checkout
  3. Checkout — the order is created on the same core
  4. Worker — queue, ship, reconcile
  5. Channels — Trendyol, Hepsiburada, Amazon TR

available = on_hand - reserved - sum(channel_buffers)

Features

  • Visual page engine: hero, slider, collection, product grid
  • A marketplace is a sales channel; new channels are not no-code
  • AI wallet reserve/capture; exhaustion returns AI_CREDITS_EXHAUSTED (402)
  • Platform: organizations, plans, credits, status page

Guides