Skip to main content
POST
/
v1
/
scraped-products
/
bulk
/
activate
Bulk activate sellable products
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
}

Body

application/json

Bulk category operation request

category
string
required

Category name

Minimum string length: 1
subcategory
string

Subcategory name

Response

Bulk activate result

Bulk activate response

success
enum<boolean>
required
Available options:
true,
false
message
string
required
activated_count
number
required