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