Product Bundles

Product Bundles

The bundle/* routes in base-admin manage product bundles, meaning combo records assembled from existing products or variants.

  • product-bundle-manage
  • product-bundle-create
  • product-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, and status filters
  • the bundle table
  • update, delete, and restore actions
  • 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.