Options
Managing Configurator Options
GET /configurator-options/types/list
Retrieve Available Configurator Option Types
{
"optionTypes": [
"color",
"size",
"material",
"custom-text"
]
}Enter token in format (Bearer <your_token>)
List of configurator option types
Unauthorized request
Internal server error
GET /configurator-option/{id}
GET /configurator-option/{id}
GET /configurator-option/{id}Enter token in format (Bearer <your_token>)
ID of the configurator option
Successful response
Configurator Options Resource Schema
Unique identifier of the configurator option
1ID of the associated configurator
10Title of the configurator option
Color SelectionType of the configurator option
dropdownSettings of the configurator option in JSON format
{'min':1,'max':5}List of parameters for the option
['red', 'blue', 'green']Order position of the option
2Timestamp when the option was created
2024-02-21T10:00:00ZTimestamp when the option was last updated
2024-02-22T12:00:00ZUser who created the option
John DoeUnauthorized
Configurator option not found
Server error
GET /configurator-options
Fetch All Configurator Options
Enter token in format (Bearer <your_token>)
Column to order results by (e.g., 'created_at')
created_atSorting order (asc or desc)
descPossible values: Number of records per page (-1 for all records)
25Number of page
2List of configurator options
Invalid request parameters
Unauthorized request
Forbidden - user does not have permission
Internal server error
GET /configurator-options-variations
Retrieve a List of Configurator Option Variations
Enter token in format (Bearer <your_token>)
The ID of the configurator option for which to retrieve variations.
45List of configurator option variations
Invalid request parameters
Unauthorized request
Forbidden - user does not have permission
Internal server error
Set configurator options using Open API token
Enter token in format (Bearer <your_token>)
JSON formatted Configurator options override data.
{}Configurator options updated successfully
trueConfigurator options updated successfully.https://example.com/configurator/share/abc123/web/xyz456Invalid or missing Open API Token ID
Unexpected server error
Using GET for Configurator Option Sets with OpenAPI
Enter token in format (Bearer <your_token>)
List of configurator options sets
trueConfigurator options sets retrieved successfullyOpen API token not found
Unexpected server error
Last updated