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/activate \ --header 'Content-Type: application/json' \ --data ' { "category": "<string>", "subcategory": "<string>" } '
{ "success": true, "message": "<string>", "activated_count": 123 }
Bulk activate sellable products by category
Bulk category operation request
Category name
1
Subcategory name
Bulk activate result
Bulk activate response
true