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

# Storefront API Overview

> Build custom storefronts on top of Fourthwall products

The Storefront API lets you build custom storefronts on top of your Fourthwall product collections. Create a fully custom shopping experience while leveraging Fourthwall's product catalog, fulfillment, and checkout.

## Quick start

Get your storefront token from [Settings > For Developers](https://my-shop.fourthwall.com/admin/dashboard/settings/for-developers/?redirect), then fetch your collections:

```bash theme={null}
curl "https://storefront-api.fourthwall.com/v1/collections?storefront_token=YOUR_TOKEN"
```

## What you can do

* **Fetch products and collections** - Display your Fourthwall products on any website or app
* **Manage shopping carts** - Create and update carts via API
* **Checkout** - Redirect customers to Fourthwall's hosted checkout page

## Next steps

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/storefront/getting-started">
    Set up authentication and make your first API call
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/storefront/architecture">
    Understand how the API connects to your frontend
  </Card>
</CardGroup>
