Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Bulk category operation request
Category name
1
Subcategory name
Bulk deactivate result
Bulk deactivate response
true