Add multiple child skus to parent sku

Is there way to add multiple child skus to a parent sku?

Currently, we can do:

kit_component_to_add = {"child_sku": "SMX-1", "quantity": 1}

But is there a way to also add SMX-2 and SMX-3 as a child sku in the same PUT request, or do we have to send separate requests for each child sku we want to add?

Thank you,

We have a lot of parent sku and we would like to add multiple child skus to these. If there isnt a way to add multiple child sku through the api, then should we look at making async requests to speed up this process?

Thank you,

You can add a component one at a time using the API

https://docs.ordoro.com/#operation/ProductKitComponentBySku_POST