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

Path Parameters

id * The id of the category.

Body Parameters

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.