Inventory API
Categories
Attach Products
This API endpoint (POST) attaches multiple products to a single category. If the request succeeds, it will return a Category Object.
Webhook event: category-products-attached
id * The id of the category.
products array of strings * An array of strings each representing a product id that you wish to attach. The maximum number of products that can be attached in a single request is 1000.