# OptionCreateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for creating a product option. ### Access Scopes ## Fields * [linkedMetafield](/docs/api/admin-graphql/2024-10/input-objects/LinkedMetafieldCreateInput): LinkedMetafieldCreateInput - Specifies the metafield the option is linked to. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - Name of the option. * [position](/docs/api/admin-graphql/2024-10/scalars/Int): Int - Position of the option. * [values](/docs/api/admin-graphql/2024-10/input-objects/OptionValueCreateInput): OptionValueCreateInput - Values associated with the option. ## Input objects with this input object * [productOptionsCreate](/docs/api/admin-graphql/2024-10/mutations/productOptionsCreate) * [ProductCreateInput](/docs/api/admin-graphql/2024-10/input-objects/ProductCreateInput) * [ProductInput](/docs/api/admin-graphql/2024-10/input-objects/ProductInput) ## Examples