curl --request POST \
--url http://localhost:3000/v1/scraped-products/bulk/activate \
--header 'Content-Type: application/json' \
--data '
{
"category": "<string>",
"subcategory": "<string>"
}
'{
"success": true,
"message": "<string>",
"activated_count": 123
}Bulk activate sellable products by category
curl --request POST \
--url http://localhost:3000/v1/scraped-products/bulk/activate \
--header 'Content-Type: application/json' \
--data '
{
"category": "<string>",
"subcategory": "<string>"
}
'{
"success": true,
"message": "<string>",
"activated_count": 123
}