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

# Storefront Token

# Storefront Token

Your mobile app communicates with Shopify through the **Storefront API** to fetch products, collections, customer data, and more. To enable this, you need to configure a Storefront API access token.

## How to get your token

1. Go to your **Shopify Admin** → **Apps** → **Headless** (install the Headless app if you haven't already).
2. Create a new **public** Storefront API access token.
3. Copy the token (it starts with `shpat_...`).

## Where to paste it

In your Stackfront dashboard, go to **Settings → Storefront** and paste the token. The token is encrypted and stored securely.

## What happens after

Once the token is configured:

* Products, collections, and search work in your mobile app
* Customer login and order history are available
* Cart and checkout functionality is enabled

The system checks for a configured token on every SDK config fetch. If missing, some features may be limited.
