Create more than one product at the same time using Webflow Ecommerce API

Is it possible to create more than one product/item using the Webflow API to update my e-commerce Products database?

If so, is there an example of how this is done?

So far I have managed to send a JSON request to create one product and it worked but I am not sure how to do it for multiple items.

Regards,

Did you find any solutions to this? I am currently trying to create more than 2k items in less than 5 min(my cloud functions will timeout if they execute more than 5 mins).
My only solution seems to be to batch more items in one request