Create a Shopify Storefront API token
Create the API token that Framerce uses to read your products and manage carts.
Prerequisites
- A Shopify store on any paid plan (the Storefront API requires a paid plan or development store)
Step 1: Create a Storefront access token
- In Shopify Admin, go to Settings → Apps and sales channels
- Click Develop apps → Create an app
- Name it (e.g., "Framerce")
- Under Configuration, click Configure Storefront API scopes
- Enable these scopes:
unauthenticated_read_product_listingsunauthenticated_read_product_inventoryunauthenticated_write_checkoutsunauthenticated_read_checkoutsunauthenticated_read_selling_plans
- Click Save → Install app
- Copy the Storefront API access token
INFO
This is a public token safe for client-side code. It reads public product data and creates carts/checkouts. It cannot access admin data, customer accounts, or orders.
Token not appearing?
The Develop apps button only appears on paid Shopify plans and development stores. If you don't see it, check your plan under Settings → Plan.
Step 2: Configure your products
See Product Setup in Shopify for detailed guidance on images, variants, pricing, and inventory.
Step 3: Enable multi-market support (optional)
Visitors see prices in their local currency when you enable Shopify Markets:
- Enable Shopify Markets in Settings → Markets
- Configure pricing for each market
- The
FmMarketSelectcomponent shows available markets automatically - Selecting a market updates all prices and checkout locale
What's next
- Product Setup in Shopify — Optimize products for Framerce components
- Set up Framerce — Install the plugin and add components