# MoveInput - admin - INPUT_OBJECT Version: 2025-01 ## Description The input fields for a single move of an object to a specific position in a set, using a zero-based index. ### Access Scopes ## Fields * [id](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the object to be moved. * [newPosition](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The new position of the object in the set. ## Input objects with this input object * [collectionReorderProducts](/docs/api/admin/2025-01/mutations/collectionReorderProducts) * [productReorderMedia](/docs/api/admin/2025-01/mutations/productReorderMedia) ## Examples