# OrderStagedChangeAddVariant - admin - OBJECT
Version: 2025-01

## 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/2025-01/scalars/Int): Int! - The quantity of the product variant that was added.
* [variant](/docs/api/admin/2025-01/objects/ProductVariant): ProductVariant! - The product variant that was added.

## Connections



## Related queries

## Related mutations

## Related Unions
* [OrderStagedChange](/docs/api/admin/2025-01/unions/OrderStagedChange) A change that has been applied to an order.

## Examples