Product Images — Reorder
Equivalent to PUT /api/admin/catalog/products/{productId}/images/reorder.
Operation
| Operation | Type |
|---|---|
reorderAdminCatalogProductImage | Mutation |
Input
| Field | Type | Required | Notes |
|---|---|---|---|
productId | Int! | yes | Parent product ID. |
order | [{ id: Int!, position: Int! }]! | yes | Each id must belong to the product. |

