Product Inventories — Bulk Update
Equivalent to PUT /api/admin/catalog/products/{productId}/inventories.
Operation
| Operation | Type |
|---|---|
updateAdminCatalogProductInventory | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
productId | Int! | yes | Parent product. |
inventories | Object! | yes | Map of inventory_source_id → integer quantity (≥ 0). |

