Add possibilty to insert single global product option #16079
Shriz07
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently API updateProductOptions({values}) takes list of values which fully replaces global option values. I would like to have method to insert single value to existing subset. If I have product option which has 200 values, I have to fetch all existing values first and then append new value which isn't very efficient.
All reactions