How to Classify a Product With Type, Category, Brand, and Collection
What This Task Does
This task puts a product into the right catalog structure so other workflows can understand what it is and how it should appear.
Use this when a product is new, when its classification is wrong, or when related browse and merchandising behavior is not working as expected.
Before You Start
Make sure:
- the product already exists
- the target brand, product type, and product category already exist
- if you also want to assign a collection, confirm it exists under
Settings > Collectionsand belongs to the correct brand
Steps
- Open the product from the
Productsarea in the admin. - In the association section, set or confirm:
- brand
- product type
- product category
- collection (optional — the dropdown shows only collections belonging to the selected brand)
- If the product needs a collection and the correct one is not listed, check that the collection's brand in
Settings > Collectionsmatches the product's brand. - Save the product.
- If you changed the brand on an existing product, the collection field resets automatically. Re-select the collection before saving.
- After saving, use the icon link next to the collection label to open the collection directly and confirm product-group configuration if needed.
What Happens Next
After classification:
- the product sits in the right brand, type, and category structure
- shopper browse flows can use that structure
- shipping, promotions, and grouped-product behavior can reference the right taxonomy
- if a collection was assigned, the product appears in the relevant collection-browse and grouped-product flows
Common Mistakes
- Expecting the collection dropdown to show all collections regardless of brand. It only shows collections for the selected brand.
- Changing the brand and not re-selecting the collection before saving.
- Confusing category, type, and brand and using the wrong one to solve the problem.
- Forgetting to check product-group configuration after assigning a collection.
Related Guides
Sources
packages/admin/src/Livewire/Admin/Product/Page.phppackages/admin/resources/views/components/product/page.blade.phppackages/framework/src/Actions/Import/Product/Sheets/ImportProductRows.phppackages/framework/src/Actions/ProductCollection/GenerateProductCollections.phppackages/framework/src/Listeners/Product/RemoveProductCollection.php