Skip to content

Mass Update Customer Status

Overview

See the Customers menu overview for the full feature flow.

All admin endpoints require an admin Bearer token — see Authentication.

EndpointMethod
/api/admin/customers/mass-update-statusPOST

Body: { "indices": int[], "value": 0|1 }. Invalid value → 400. Permission: customers.customers.edit.

Released under the MIT License.