# OptionAndValueInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for the options and values of the combined listing. ### Access Scopes ## Fields * [linkedMetafield](/docs/api/admin-graphql/2024-10/input-objects/LinkedMetafieldInput): LinkedMetafieldInput - The linked metafield for the product's option. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the Product's Option. * [optionId](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The ID of the option to update. If not present, the option will be created. * [values](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ordered values of the Product's Option. ## Input objects with this input object * [combinedListingUpdate](/docs/api/admin-graphql/2024-10/mutations/combinedListingUpdate) ## Examples