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,