Catalog Products — Mass Update Status
Equivalent to POST /api/admin/catalog/products/mass-update-status.
Operation
| Operation | Type |
|---|---|
createAdminCatalogProductMassUpdateStatus | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
indices | [Int!]! | yes | Product IDs. |
value | Int! | yes | 0 (disabled) or 1 (enabled). |

