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

# Swag Store API: Build a Branded Internal Store

> Use Snappy as the fulfillment engine for an internal company swag store. Catalog, ordering, and shipping examples.

Snappy's Swag Store API (powered by Covver) is a separate API purpose-built for managing branded merchandise stores. It enables you to build fully customized swag experiences - from creating branded stores and managing product catalogs, to placing orders and managing user credits - all programmatically.

<Note>
  The **Swag Store API** is a separate API from the Snappy Gifting API, with its own authentication, base URL, and documentation. If you're looking to send gifts programmatically, see the [API Recipes](/pages/introduction) section.
</Note>

## What You Can Do

<Columns cols={2}>
  <Column>
    <Card title="Store & Catalog Management" icon="store">
      Create and customize branded swag stores, manage product catalogs, collections, and product variants programmatically.
    </Card>
  </Column>

  <Column>
    <Card title="Order Handling" icon="gift">
      Validate shipping addresses, place orders, and track order statuses. Order confirmations and shipping notifications are sent automatically.
    </Card>
  </Column>

  <Column>
    <Card title="User Personalization" icon="user-group">
      Personalize collections for individual users, assign credits or budgets, and track usage across your organization.
    </Card>
  </Column>

  <Column>
    <Card title="Webhooks" icon="webhook">
      Subscribe to real-time updates on collections, products, and orders to keep your systems in sync.
    </Card>
  </Column>
</Columns>

## Getting Started

The Swag Store API uses OAuth-based token authentication. Full documentation including authentication setup, API reference, and guides is available at:

👉 [docs.covver.io](http://docs.covver.io)

| Resource              | Link                                                                            |
| :-------------------- | :------------------------------------------------------------------------------ |
| Authentication        | [View Auth Docs](https://docs.covver.io/api-reference/auth/create-oauth-tokens) |
| Catalog & Collections | [View Catalog Docs](https://docs.covver.io/api-reference/catalog)               |
| Orders                | [View Order Docs](https://docs.covver.io/api-reference/orders)                  |
| People & Credits      | [View People Docs](https://docs.covver.io/api-reference/people)                 |
| Webhooks              | [View Webhook Docs](https://docs.covver.io/api-reference/webhooks)              |
