Same selector name different conditions 1 call
Would like to make 1 call to the product feed API. With array of selector names. Some of them will be the same. I would like to pass different conditions for each selector. Even different conditions for the ones with the same name. Is there a way to separate out the returned values by each selector? Currently if I pass 2 selector names that are the same it returns all the entries in one choices index with that name. For example if I pass in
"selector":{
"names":[
"Widgets Deals 2",
"Widgets Deals 2"
],
I would like to have separate args for each of these and the results returned in groups for each one, or some identifier for each one using one api call. Any ideas? Is there a way to make separate queries with identifiers for the results?
Please sign in to leave a comment.
Comments
0 comments