--- title: OrderStagedChangeAddShippingLine - GraphQL Admin description: >- A new [shipping line](https://shopify.dev/api/admin-graphql/latest/objects/shippingline) added as part of an order edit. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/OrderStagedChangeAddShippingLine md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/OrderStagedChangeAddShippingLine.md --- # Order​Staged​Change​Add​Shipping​Line object Requires `read_order_edits` access scope. A new [shipping line](https://shopify.dev/api/admin-graphql/latest/objects/shippingline) added as part of an order edit. ## Fields * phone [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The phone number at the shipping address. * presentment​Title [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The shipping line's title that's shown to the buyer. * price [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyV2) non-null The price that applies to the shipping line. * title [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The title of the shipping line. *** ## Map ### Possible type in * [Order​Staged​Change](https://shopify.dev/docs/api/admin-graphql/2025-01/unions/OrderStagedChange)