Price Groups
Managing configurator price groups
GET /configurator-price-groups
Retrieve a List of Configurator Price Groups
Endpoint
GET /api/configurator-price-groupsDescription
Request
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Responses
200
List of configurator price groups
application/json
400
Invalid request parameters
401
Unauthorized request
403
Forbidden - user does not have access
500
Internal server error
get
/api/open-api/v1/configurator-price-groupsGET /configurator-price-group/{configurator_price_group_id}
Retrieve a Specific Configurator Price Group
Retrieve a specific configurator price group
get
/api/open-api/v1/configurator-price-groups/{configurator_price_group_id}
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
configurator_price_group_idintegerRequiredExample:
The ID of the configurator price group to retrieve
1Responses
200
Configurator price group details retrieved successfully
application/json
Schema for configurator price groups
idintegerOptionalExample:
1configurator_idintegerOptionalExample:
127titlestringOptionalExample:
Premium PackagetypestringOptionalExample:
Fixed Pricevariable_typestringOptionalExample:
PercentagesettingsobjectOptionalExample:
{"discount":"10%","tiered_pricing":true}created_atstring · date-timeOptionalExample:
2024-02-25T12:00:00Zupdated_atstring · date-timeOptionalExample:
2024-02-25T12:30:00Z400
Invalid request parameters
401
Unauthorized request
403
Forbidden - user does not have permission
404
Configurator price group not found
500
Internal server error
get
/api/open-api/v1/configurator-price-groups/{configurator_price_group_id}GET /configurator-price-groups/variables/list
Retrieve a List of Configurator Price Group Variables
Retrieve a list of configurator price group variables
get
/api/open-api/v1/configurator-price-groups/variables/list
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Responses
200
List of configurator price group variables
application/json
400
Invalid request parameters
401
Unauthorized request
403
Forbidden - user does not have permission
500
Internal server error
get
/api/open-api/v1/configurator-price-groups/variables/listLast updated