Skip to content

Product Types

What This Is

Product Types help you group products by kind. In practice, they are useful when you want to apply the same rules, labels, eligibility, or behavior to a set of products that share a purpose.

They matter when you are organizing your catalog, adjusting how products appear, or making sure certain products follow the right shipping or promotion rules.

When You Would Use It

Use Product Types when you need to:

  • organize products into meaningful groups
  • set up rules that apply to many products at once
  • make sure shipping or promotion logic can recognize the kind of product you are selling
  • keep catalog data consistent across your store

Do not use a Product Type just to rename a product. If you only need a display label for one item, edit the product itself instead.

Before You Start

Before you create or edit a Product Type, make sure:

  • you have access to the admin settings area
  • you know the name you want to use in both supported languages
  • you know whether the Product Type should already exist before you assign it to products
  • you understand that removing a Product Type can be blocked if products still use it

How To Use It In The Admin

  1. Go to the admin settings area and open Types.
  2. Create a new Product Type if you are adding a new category of product.
  3. Enter the name and description.
  4. Save the Product Type.
  5. If you need to refine it later, open the Product Type again and update the name, description, slug, or how strongly it should be treated in search.

What to pay attention to:

  • Name is the main label people will recognize.
  • Description helps explain the Product Type internally.
  • Slug is the short identifier used by the system.
  • Search settings affect how strongly the Product Type is treated in search-related behavior.

If you are not sure which field matters, start with the name and description. Those are the fields most people will use day to day.

What It Changes In The Storefront

Product Types usually do not appear as a separate storefront page. Instead, they affect the behavior of the products that use them.

Depending on how your store is configured, a Product Type can influence:

  • which products are eligible for certain shipping rules
  • which promotion rules apply
  • how products are grouped or presented together
  • what shoppers can see or select on product-related pages

If you change a Product Type and do not see an immediate storefront change, that may still be normal. Some effects happen through related product settings or background updates rather than on the screen immediately.

Common Tasks

Create a new Product Type

Use this when you are adding a new kind of product to the catalog. Give it a clear name, write a short description, and save it.

Edit an existing Product Type

Use this when you need to rename a type, adjust its description, or refine how it behaves in search-related features.

Check whether a Product Type is still in use

If you want to remove one, first confirm that no active products still use it. If products are attached to it, deletion will be blocked.

Bulk update Product Types

If your team uses Excel import/export, Product Types can be maintained in bulk there as well. That is useful when you need to update several types at once or keep catalog data synchronized.

Rules, Limits, And Things To Watch

  • A Product Type cannot usually be deleted while products still depend on it.
  • Some changes affect more than one product, so update carefully.
  • Some storefront effects are indirect, so a change in the admin may not look dramatic on its own.
  • If a Product Type is used by shipping or promotion logic, changing it can affect customer-facing behavior in other parts of the store.

Troubleshooting

I changed a Product Type, but nothing looks different

Check whether the Product Type is actually used by any products. If it is not attached to products, you may not see any storefront impact.

I cannot delete a Product Type

It is probably still attached to one or more products. Remove it from those products first, then try again.

I cannot find Product Types in the admin

You likely need access to the admin settings area. Ask for the right permissions if the Types section is missing.

I updated the type, but shipping or promotion behavior did not change

Check the related shipping or promotion setup too. Product Types are often only one part of the rule, not the whole rule.

  • Product
  • Shipping Services
  • Promotions
  • Product Groups
  • Excel import/export for catalog data

Sources

  • packages/admin/src/Livewire/Admin/Settings/Types
  • packages/framework/src/Http/Resources/Storefront/ProductResource.php
  • packages/framework/src/Http/Resources/Storefront/OrderItemResource.php
  • packages/framework/src/Models/ProductType.php