Configurable products

  • Updated

Configurable products allow users to create custom order lines that are not linked to any predefined product in the catalog. These order lines are fully flexible and can be customized with a name, price, description, and other attributes. They are ideal for handling special requests, product modifications, or services that aren’t listed in the catalog.

 

Previously

Creating these required using the API.

 

Now

You can create configurable products directly through the UI.

 

Setup Required: Custom View

To be able to use configurable products, you first need to configure a custom view:

  1. Navigate to configuration -> Custom Views -> Order line

  2. Click the “Create custom view

  3. Click “Create custom view” and select the area “Create configurable product”.

  4. Add the properties you want

  5. Activate and save the view

You will now be able to create a configurable product from cart.



If no view is configured, you will see the following message when trying to create a configurable product:

 

How to Create

From Cart

  • Click “Edit → Create configurable product”

  • This creates an empty order line, which can be configured before adding

Copy Existing Product

  • Open the context menu of an order line

  • Choose “Create configurable product” to create a copy

 

Editing

  • You can edit a configurable product at any time


     

  • This opens the same custom view used for creating it
     

 

Technical Indicator

  • The field IsConfigurableProduct on the order line indicates whether it represents a configurable product

  • This value is automatically set when a configurable product is created from the cart

  • Note: This field is only visible in the JSON, not in the UI

Was this article helpful?