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 agentHow it works
- Copy the prompt above and paste into Cursor, Claude Code, Cline or any MCP-compatible agent.
- The agent reads
/llms.txtand fetches endpoint markdown via/{slug}.md?raw=true. - 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
Catalogue
Listings & Variants
Create, edit, moderate listings with variant types and values.
Explore CheckoutCart & Checkout
Add-to-cart, get-cart, checkout to orders in one flow.
Explore OrdersOrders & Transactions
Order lifecycle, status, shipments, earnings.
Explore PaymentsPayments
Stripe, PayU, payment intents & ephemeral keys.
Explore ShippingShipping Methods
Tenant shipping_methods and external labels.
Explore DiscoveryListings Search
Suggestions, unique locations, likes & discovery.
ExploreExample — 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.