Skip to main content
The Products section gives you a centralized view of every product across your marketplace. You can browse the full catalog, narrow results using filters, and open any product to see its complete details — including pricing, stock levels, images, and variants. Each product belongs to a specific vendor and store, and carries both a lifecycle status and a separate verification status that tracks whether the product has passed admin review.

Product fields

Each product in Meneja exposes the following key fields:

Product status values

The status field can be one of:
status and verification_status serve different roles. status tracks the overall product lifecycle, while verification_status (pending, approved, rejected, suspended) specifically tracks the outcome of admin review. Both fields are shown in the product table.

Product variants

When has_variants is true, the product has one or more ProductVariant entries. Each variant represents a specific combination of attributes (for example, { "color": "red", "size": "XL" }).
When has_variants is true, stock is tracked at the variant level via each variant’s inventory_quantity. The top-level inventory_quantity on the product applies only when has_variants is false.

Filtering the product catalog

Use the filter bar above the product table to narrow results: You can combine multiple filters at once. The table updates to show only products that match all active filters.

Viewing product details

To open a product’s detail view, click anywhere on its row in the product table. You can also open the row actions menu (the icon) and select View Details to navigate to the dedicated product page at /dashboard/products/{product_id}. The detail view shows the full product record including all images, variant configurations, category assignments, pricing, and the current verification_status.
The product table shows up to two category badges per product. If a product belongs to more than two categories, the remainder is shown as a count badge (e.g. +2). Open the product detail to see all assigned categories.