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
400
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