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
Whenhas_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.