Hello, i use JS module to make a boundles of products, then i have to add them to order via api, but i have to do that one by one for example 3 boundles = 3 operations. I use iterator but it doesnt split it to operations, and the api module get 3 boundles in one operations. Do you know how to fix that?


