Price Groups
Managing configurator price groups
Last updated
Was this helpful?
Managing configurator price groups
Last updated
Was this helpful?
To retrieve a list of configurator price groups, you can use the following GET endpoint provided by the Simplio3D API:
This endpoint retrieves a list of all price groups associated with the configurators available in the system. Each price group represents a set of pricing rules applied to a particular configurator.
Method: GET
URL: https://app.simplio3d.com/open-api/v1/configurator-price-groups
Headers:
Authorization: Bearer <Your_API_Token>
A successful response returns a JSON object containing the list of configurator price groups:
Ensure that you have the correct API token with sufficient permissions to access this endpoint.
The returned list will include each price group's unique identifier, name, and description.
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.
For more detailed information, refer to the .
This endpoint allows you to retrieve detailed information about a specific configurator price group by using its unique identifier. This can be useful for gaining insights into the pricing rules applied to a particular configurator within the system.
Request
Method: GET
URL: https://app.simplio3d.com/open-api/v1/configurator-price-groups/{configurator_price_group_id}
Headers:
Authorization: Bearer <Your_API_Token>
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.
This endpoint allows you to obtain a list of all the variables associated with a specific configurator price group, which can help in understanding the various dynamic factors affecting pricing.
Request
Method: GET
URL: https://app.simplio3d.com/open-api/v1/configurator-price-groups/variables/list
Headers:
Authorization: Bearer <Your_API_Token>
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 details of a specific configurator price group.
The ID of the configurator price group to retrieve
1
Get a list of configurator price group variables.