# OrderStagedChangeDecrementItem - admin-graphql - OBJECT Version: 2024-07 ## Description An removal of items from an existing line item on the order. ### Access Scopes `read_order_edits` access scope. ## Fields * [delta](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - The number of items removed. * [lineItem](/docs/api/admin-graphql/2024-07/objects/LineItem): LineItem! - The original line item. * [restock](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - The intention to restock the removed items. ## 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