How to get option set rules in Bigcommerce

2019-05-05 09:55发布

问题:

I want to create or update a Products using Option sets through API. When i adding the rules for Option set in Big commerce Site, how do get these option set rules through API?

Thanks in Advance.

回答1:

Unfortunately there is not a way to access option set rules through the API with Bigcommerce. However, you can simply run a script that gets each product with that option set applied to it and then iterate through those products to set the same rules on each one!