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

# Synq Developer Docs: Enterprise Commerce API Platform

> Synq is a modern enterprise commerce platform. Manage your product catalog, orders, inventory, and integrations from one unified API.

Synq gives you everything you need to run a modern commerce operation — a rich product catalog, reliable order management, real-time inventory tracking, and seamless integrations with the tools your team already uses. Whether you're calling the API directly or using the dashboard, Synq is designed to scale with your business.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get your first API call working in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your requests
  </Card>

  <Card title="Product Catalog" icon="box" href="/guides/products">
    Create and manage products, variants, and attributes
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Explore the full REST API surface
  </Card>
</CardGroup>

## What You Can Do With Synq

<CardGroup cols={3}>
  <Card title="Product Catalog" icon="tag">
    Manage products, variants, categories, brands, and attributes with full bulk-operation support.
  </Card>

  <Card title="Order Management" icon="cart-shopping">
    Create and track orders through their full lifecycle with idempotent, fault-tolerant fulfillment workflows.
  </Card>

  <Card title="Inventory Control" icon="warehouse">
    Adjust stock levels across locations and keep an immutable ledger of every movement.
  </Card>

  <Card title="Sales Channels" icon="store">
    Define multi-currency sales channels and assign products to the right storefronts.
  </Card>

  <Card title="Integrations" icon="plug">
    Connect Shopify, WooCommerce, and hundreds of other commerce tools via a single OAuth flow.
  </Card>

  <Card title="Team Workspace" icon="users">
    Collaborate with AI-assisted tasks and human-in-the-loop approval workflows.
  </Card>
</CardGroup>

## Get Started in 3 Steps

<Steps>
  <Step title="Get your API token">
    Sign in to your [Synq Dashboard](https://app.synq.io) and copy your API token from account settings. Pass it as a Bearer token on every request.
  </Step>

  <Step title="Make your first API call">
    Call `GET /api/v1/pim/products` to list your product catalog. See the [Quickstart](/quickstart) for a working curl example.
  </Step>

  <Step title="Connect your integrations">
    Use the [Integrations guide](/guides/integrations) to connect your storefront or commerce tools in one OAuth flow.
  </Step>
</Steps>
