Return dependent promises sequentially inside loop – Shopify
I'm working on shopify integration. We receive an array items then loop through them and add them a new model (func1) then I need to use that result from the first and add it to a schedule (func2). I need…