# OptionReorderInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for reordering a product option and/or its values. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - Specifies the product option to reorder by ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - Specifies the product option to reorder by name. * [values](/docs/api/admin-graphql/2024-10/input-objects/OptionValueReorderInput): OptionValueReorderInput - Values associated with the option. ## Input objects with this input object * [productOptionsReorder](/docs/api/admin-graphql/2024-10/mutations/productOptionsReorder) ## Examples