-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Is your feature request related to a problem? Please describe.
Take a look at how Magento and proper PIM systems handle stock.
All products are unique and have their own SKU. Products with variants are multiple products bundled together into one in the storefront, but in the backend they are multiple unique products.
If you have 5 t-shirts that have 5 colors but are same size and brand. They are still 5 unique physical products and stock should be managed separately.
Furthermore you can add two variants with the same SKU, that should cause a lot of problems.
Describe the solution you'd like
Use the Magento approach where each product is a unique product and a bundle is a collection of products that build a product with variants.
Describe alternatives you've considered
None.
Additional context
Look at how a PIM works and build from that.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status