Product Bundles
Product Bundles
The bundle/* routes in base-admin manage product bundles, meaning combo records assembled from existing products or variants.
Related routes
product-bundle-manageproduct-bundle-createproduct-bundle-update
Form sections
- product selection through
SelectProductForm - basic information: images, slug, category
- attributes: language, SKU, status, combo code, SEO, publish date
- content
- config
Important rule
The bundle module checks the total product_quantity across selected items. If the total is below 2, the form is rejected.
Manage screen
The bundle manage view currently includes:
keywords,categoryId, andstatusfilters- the bundle table
update,delete, andrestoreactions- bulk delete
Separate object type
Bundles are managed by their own module shell and routes, not as a simple flag on a standard product. Treat them as a separate catalog entity in operations.

