Product Catalog
The product catalog contains all products that are for sale in a store. In the React PWA Reference Storefront, the catalog includes sample data organized into multiple categories. Shoppers can search for a category or a product, or they can select a product category from the navigation bar.
The following image shows the result of selecting Coffee Grinders from the Products menu:
Shoppers can select options to further restrict the search results by attributes, such as a price range. When a shopper selects a product, product details are displayed.
In the storefront, the product details include:
- Product name
- Price
- Image
- Inventory status
- Color
- Custom attributes
The following image shows a selected product:
In your store, you can localize the language and currency used in the product catalog. You also might want to expand the product details with multiple media assets.
Related References
- Product Catalog in the Core Commerce documentation