'Magento 2 REST API - Adding multiple products to a category with one call

Using the Magento 2 REST API is it possible to upload a payload with multiple products (and positions) with a single call?

I cannot see any applicable call in the documentation, only POST /rest/default/V1/categories/{categoryId}/products, which only takes a single product.

Obviously, if I need to add 1000 products to a category I don't want to make 1000 calls.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source