--- title: OptionAndValueInput - GraphQL Admin description: The input fields for the options and values of the combined listing. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OptionAndValueInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/OptionAndValueInput.txt --- # Option​And​Value​Input input\_object The input fields for the options and values of the combined listing. ## Fields * linked​Metafield [Linked​Metafield​Input](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/LinkedMetafieldInput) The linked metafield for the product's option. * name [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The name of the Product's Option. * option​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) The ID of the option to update. If not present, the option will be created. * values [\[String!\]!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The ordered values of the Product's Option. *** ## Mutations using this input * [combined​Listing​Update.​options​And​Values](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/combinedListingUpdate#argument-optionsAndValues) MUTATION *** ## Map ### Mutations using this input * <\~>[combined​Listing​Update.optionsAndValues](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/combinedListingUpdate#argument-optionsAndValues)