Option Restrictions
Get a list of configurator option restrictions
Last updated
Was this helpful?
Get a list of configurator option restrictions
Last updated
Was this helpful?
The configurator option restrictions
GET endpoint allows you to retrieve a list of options and their associated restrictions for product configurations.
Endpoint:
GET /open-api/v1/configurator-option-restrictions
Parameters:
productId
(required): The ID of the product whose configuration options you want to retrieve.
Response: Returns a JSON object containing:
optionId
: The ID of the configuration option.
restrictedOptions
: A list of option IDs that are restricted when this option is chosen.
Example Request:
Usage: Use this endpoint to ensure that the user's selections adhere to the defined restrictions, providing a seamless and error-free configuration process.
NOTE: Ensure you have the necessary authorization credentials (e.g., Bearer Token) to access this endpoint which is taken from the 'Share' tab encryption token found at the bottom of the page.
Get a list of configurator option restrictions.
The ID of the configurator option for which to retrieve restrictions.
17
Column to order results by (e.g., 'created_at')
created_at
Sorting order (asc or desc)
desc
Possible values: Number of records per page (-1 for all records)
25
Number of page
2