Reputation: 41
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
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