# OrderStagedChangeAddShippingLine - admin-graphql - OBJECT Version: 2024-07 ## Description A new [shipping line](https://shopify.dev/api/admin-graphql/latest/objects/shippingline) added as part of an order edit. ### Access Scopes `read_order_edits` access scope. ## Fields * [phone](/docs/api/admin-graphql/2024-07/scalars/String): String - The phone number at the shipping address. * [presentmentTitle](/docs/api/admin-graphql/2024-07/scalars/String): String - The shipping line's title that's shown to the buyer. * [price](/docs/api/admin-graphql/2024-07/objects/MoneyV2): MoneyV2! - The price that applies to the shipping line. * [title](/docs/api/admin-graphql/2024-07/scalars/String): String - The title of the shipping line. ## 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