# ProductVariantPositionInput - admin-graphql - INPUT_OBJECT Version: unstable ## Description The input fields representing a product variant position. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/unstable/scalars/ID): ID! - Specifies the ID of the product variant to update. * [position](/docs/api/admin-graphql/unstable/scalars/Int): Int! - The order of the product variant in the list of product variants. The first position in the list is 1. ## Input objects with this input object * [productVariantsBulkReorder](/docs/api/admin-graphql/unstable/mutations/productVariantsBulkReorder) ## Examples