Storefront
Managing Indexes
Trigger reindexes and incremental updates for individual products or entire markets.
You can manage storefront indexes at two levels: per product and per market. Use these tools to push changes to the storefront immediately or to rebuild the index when needed.
Product-level index management
Open any product and go to the Storefront tab. This page shows all markets the product belongs to.
Viewing index data
- Click View Index next to a market.
- A panel opens showing the raw indexed document in a read-only JSON viewer.
- If no index document exists for this market, you'll see an empty state with an Index Product button.
Product-level actions
| Action | Description |
|---|---|
| Index Product | Creates the index document for the first time (if missing). |
| Full Reindex | Reprocesses and replaces the entire indexed document. |
| Update Stock | Updates only stock levels in the existing document. |
| Update Price | Updates only pricing data in the existing document. |
You can also trigger a Force Reindex from the product header's action menu on any product page.
Market-level index management
Go to Settings → Markets → Market → Storefront to access bulk index operations for an entire market.
Market-level actions
| Action | Description |
|---|---|
| Force Reindex Market | Rebuilds the entire index for all products in this market. |
| Update All Prices | Updates pricing data for all indexed products in this market. |
| Update All Stock | Updates stock levels for all indexed products in this market. |
| Update All Attributes | Updates attribute data for all indexed products in this market. |
| Update All Reviews | Refreshes review data for all indexed products in this market. |
| Update All Categories | Updates category assignments for all indexed products. |
| Update All Category Rules | Recalculates automatic category rules for all indexed products. |
A full market reindex processes every product in the market. For large catalogs, prefer targeted incremental updates (stock, prices, attributes) instead of a full reindex when possible.
When to use each action
| Scenario | Recommended action |
|---|---|
| Changed a product's price | Update Price (product) |
| Bulk price import for a market | Update All Prices (market) |
| Stock received in warehouse | Automatic (near-instant) |
| Changed product attributes or descriptions | Full Reindex (product) |
| Changed variant mode in PIM settings | Force Reindex Market |
| Changed visibility rules | Force Reindex Market |
| Modified category rules | Update All Category Rules |
| New product not appearing in storefront | Index Product |