user3048973
user3048973

Reputation: 41

How to get option set rules in Bigcommerce

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.

Upvotes: 4

Views: 679

Answers (1)

tekstrand
tekstrand

Reputation: 1493

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!

Upvotes: 1

Related Questions