--- title: OrderStagedChangeIncrementItem - GraphQL Admin description: An addition of items to an existing line item on the order. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/orderstagedchangeincrementitem md: https://shopify.dev/docs/api/admin-graphql/latest/objects/orderstagedchangeincrementitem.md --- # Order​Staged​Change​Increment​Item object Requires `read_order_edits` access scope. An addition of items to an existing line item on the order. ## Fields * delta [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The number of items added. * line​Item [Line​Item!](https://shopify.dev/docs/api/admin-graphql/latest/objects/LineItem) non-null The original line item. *** ## Map ### Possible type in * [Order​Staged​Change](https://shopify.dev/docs/api/admin-graphql/latest/unions/OrderStagedChange)