Inventory API
Categories

Detach Products

This API endpoint (POST) detaches multiple products from a single category. If the request succeeds, it will return a Category Object. Webhook event: category-products-dettached

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 detach. The maximum number of products that can be detached in a single request is 1000.