--- title: ProductVariantPositionInput - GraphQL Admin description: The input fields representing a product variant position. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ProductVariantPositionInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/ProductVariantPositionInput.md --- # Product​Variant​Position​Input input\_object The input fields representing a product variant position. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null Specifies the ID of the product variant to update. * position [Int!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) non-null The order of the product variant in the list of product variants. The first position in the list is 1. *** ## Map No referencing types