# OrderStagedChangeAddVariant - admin-graphql - OBJECT Version: 2024-07 ## Description A change to the order representing the addition of an existing product variant. ### Access Scopes `read_order_edits` access scope. ## Fields * [quantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The quantity of the product variant that was added. * [variant](/docs/api/admin-graphql/2024-07/objects/ProductVariant): ProductVariant! - The product variant that was added. ## Connections ## Related queries ## Related mutations ## Related Unions * [OrderStagedChange](/docs/api/admin-graphql/2024-07/unions/OrderStagedChange) A change that has been applied to an order. ## Examples