How to setup Prices for Each Configuration

Hi,
How do we setup prices for each configuration?
Right now, I have created an attribute named as ‘List Price’ with different values and using the configurator.getConfiguration() on the front end to get that value. What if I want to setup tier specific prices? For example, different prices for the same configurations and based on whichever tier the front end user is tied to, we get the prices. What’s the best possible way to achieve this?

Thank you,
Suresh

If your configuration pricing is based on the options selected, you might be able to take advantage of the pricebooks feature released a few months ago. 2021.3.0 - January 28, 2021 - 2021

1 Like

Hi seeger,
Let’s say I have two configurations for a catalog item:

  1. Color: Red
  2. Color: Yellow

How can I define two different prices for each configuration using pricebook? Also, how can I get the PriceBookId value?

Thanks

Pricebook IDs can be found like this https://admin.threekit.com/api/orgs/{orgId}/pricebooks

https://docs.threekit.com/docs/pricebooks-api#get-a-specific-pricebook

This thread may be helpful for you @Suresh_Lamichhane Get pricing of the product using configurator API - #2 by Will