> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tribemade.in/llms.txt
> Use this file to discover all available pages before exploring further.

# TribeMade API Documentation

> Automate your store operations with powerful APIs for products, orders, and real-time webhooks

## What is TribeMade?

**TribeMade** is the smartest way to start selling online. Launch your e-commerce store in minutes with **zero upfront cost** - no setup fees, no monthly charges, no hidden costs. We only charge a flat **10% fee on successful deliveries**, which includes everything: hosting, custom domain, payment gateway, and all platform features.

Unlike Shopify ($29-$299/month) or WooCommerce (hosting + domain + setup costs), TribeMade lets you start selling immediately without any financial risk. Perfect for creators, influencers, startups, and businesses of all sizes.

### Why Choose TribeMade?

* **₹0 Upfront Cost** - Start selling with zero investment
* **10% Flat Fee** - Only pay when you make a sale (includes everything)
* **Launch in Minutes** - No technical knowledge required
* **Free Everything** - Custom domain, hosting, payment gateway included
* **Powerful APIs** - Full REST API and webhooks for automation
* **No Risk** - We only win when you win

## Welcome to TribeMade API

Build powerful integrations with TribeMade's REST API. Automate product management, process orders programmatically, and receive real-time notifications through webhooks - all included free with your store.

<Card title="Get started in 5 minutes" icon="rocket" href="/quickstart" horizontal>
  Generate your API key and make your first request.
</Card>

## What can you build?

<CardGroup cols={2}>
  <Card title="Product Management" icon="box" href="/api-reference/products/create">
    Create, update, and delete products. Perfect for bulk imports from your inventory system.
  </Card>

  <Card title="Order Automation" icon="truck" href="/api-reference/orders/get-details">
    Fetch order details and update statuses. Integrate with shipping providers automatically.
  </Card>

  <Card title="Real-time Webhooks" icon="bell" href="/api-reference/webhooks">
    Get instant notifications when orders are placed. No polling required.
  </Card>

  <Card title="Simple Authentication" icon="key" href="/api-reference/authentication">
    Just add your API key to the header. No OAuth complexity.
  </Card>
</CardGroup>

## Why use TribeMade API?

<AccordionGroup>
  <Accordion icon="plug" title="Easy Integration">
    RESTful API with simple authentication. Just add your API key to the `X-API-Key` header and start making requests.
  </Accordion>

  <Accordion icon="wand-magic-sparkles" title="No Manual Work">
    Automate product updates and order processing. Sync your inventory, manage bulk uploads, and update order statuses programmatically.
  </Accordion>

  <Accordion icon="bolt" title="Real-time Updates">
    Webhooks notify you instantly when orders arrive. No need to constantly poll for new orders - we push data to you automatically.
  </Accordion>

  <Accordion icon="sliders" title="Complete Control">
    Manage everything from your backend systems. Full CRUD operations for products and comprehensive order management.
  </Accordion>
</AccordionGroup>

## Complete API Reference

<CardGroup cols={2}>
  <Card title="API Overview" icon="book" href="/api-reference/api-overview">
    Complete guide to API capabilities, data formats, and best practices
  </Card>

  <Card title="Quick Reference" icon="list-check" href="/api-reference/quick-reference">
    All endpoints, fields, errors, and examples in one page
  </Card>
</CardGroup>

## Quick links

<CardGroup cols={3}>
  <Card title="Authentication" icon="shield-halved" href="/api-reference/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="Product APIs" icon="cube" href="/api-reference/products/create">
    Manage your product catalog
  </Card>

  <Card title="Order APIs" icon="cart-shopping" href="/api-reference/orders/get-details">
    Process and track orders
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhooks">
    Set up real-time notifications
  </Card>

  <Card title="Rate Limits" icon="gauge-high" href="/api-reference/rate-limits">
    Understand API rate limits
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/api-reference/errors">
    Handle all API errors properly
  </Card>
</CardGroup>

## API Base URL

```
https://api.tribemade.in
```

All API requests should be made to this base URL.
