Skip to main content

Batch Activate Products

PUT /v2/product/batch/activate

Activates multiple products simultaneously by providing their unique identifiers. This endpoint updates the status of each specified product to active, making them available for purchase and display. Returns a summary of the activation operation.

Request Body

{
"ids": ["{{product_group_id}}"]
}

Response Example

{
"message": "Products activated successfully",
"activatedCount": 5,
"errors": []
}