--- title: OptionReorderInput - GraphQL Admin description: The input fields for reordering a product option and/or its values. api_version: 2025-10 api_name: admin type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/optionreorderinput md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/optionreorderinput.md --- # Option​Reorder​Input input\_object The input fields for reordering a product option and/or its values. ## Fields * id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) Specifies the product option to reorder by ID. * name [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Specifies the product option to reorder by name. * values [\[Option​Value​Reorder​Input!\]](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/OptionValueReorderInput) Values associated with the option. *** ## Map No referencing types