# OrderStagedChangeIncrementItem - admin-graphql - OBJECT Version: 2024-10 ## Description An addition of items to an existing line item on the order. ### Access Scopes `read_order_edits` access scope. ## Fields * [delta](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The number of items added. * [lineItem](/docs/api/admin-graphql/2024-10/objects/LineItem): LineItem! - The original line item. ## Connections ## Related queries ## Related mutations ## Related Unions * [OrderStagedChange](/docs/api/admin-graphql/2024-10/unions/OrderStagedChange) A change that has been applied to an order. ## Examples