PRODUCTS / CORE COMMERCE

Core Commerce

Everything to run a marketplace: catalogue, variants, inventory, cart, checkout, orders, payments & shipping. One API, multi-tenant ready.

Build with your favorite AI agent

Paste into any AI coding agent to install Tradly agent tooling:

Or follow a step-by-step guide for your agent

How it works

  1. Copy the prompt above and paste into Cursor, Claude Code, Cline or any MCP-compatible agent.
  2. The agent reads /llms.txt and fetches endpoint markdown via /{slug}.md?raw=true.
  3. Ask: “Scaffold a Next.js marketplace using Tradly auth + listings + checkout” — the agent will generate the client, handle OAuth, and wire up the flows.

Start building

Example — create listing

curl https://api.tradly.app/v1/listings \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{"title":"Vintage Camera","price":199,"variant_type_ids":[1,2]}'

Next: Social Kit or Enterprise controls.