# OrderStagedChangeAddCustomItem - admin-graphql - OBJECT Version: 2024-10 ## Description A change to the order representing the addition of a custom line item. For example, you might want to add gift wrapping service as a custom line item. ### Access Scopes `read_order_edits` access scope. ## Fields * [originalUnitPrice](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The price of an individual item without any discounts applied. This value can't be negative. * [quantity](/docs/api/admin-graphql/2024-10/scalars/Int): Int! - The quantity of the custom item to add to the order. This value must be greater than zero. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the custom 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