bulk_update_product_status
Change the status or active state for multiple products in a single operation, simplifying bulk product management in your online store.
Instructions
Update the status/active state of many products at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Payload, e.g. { "ids": ["<id>", ...], "status": "active" | "draft" | "archived", "active": true }. |