Skip to content

URL parameters

URL parameters pre-configure a product when the configurator loads. They work in both:

Base URL

text
https://configurator.iconfigure.io/?product=YOUR_PRODUCT_ID
  • product is the product UUID from Manager.

Dealer products

Dealer embeds use dealer=<dealer_product_id> (copied from Manager). Example:

text
https://configurator.iconfigure.io/?dealer=YOUR_DEALER_PRODUCT_ID

Feature parameters

Each configurable feature has an ID set in Product Manager (e.g. material, width, hoogte_sparing). Pass the feature ID as the key.

Examples:

text
https://configurator.iconfigure.io/?product=UUID&material=oak&width=120

Single selection

featureId=subfeatureId

Multiple selection

Use a comma-separated list:

text
featureId=subIdA,subIdB,subIdC

Number inputs

Use the numeric value as a string:

text
width=120

Reserved parameters (verified)

These keys are not treated as feature IDs:

  • product, product_id
  • dealer
  • quotation
  • pre_config
  • mode, logic, theme, perf
  • items

active_step

active_step is present in the URL generator, but it is not applied on load in the current code. Do not rely on it for deep-linking.

Finding feature IDs

  1. Open the product in Manager → Product Manager.
  2. Select a feature — the ID field is the query parameter name.
  3. For selections, use the subfeature ID as the value.
Feature hierarchy