# OrderStagedChangeAddShippingLine - admin - OBJECT
Version: 2025-01

## 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/2025-01/scalars/String): String - The phone number at the shipping address.
* [presentmentTitle](/docs/api/admin/2025-01/scalars/String): String - The shipping line's title that's shown to the buyer.
* [price](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The price that applies to the shipping line.
* [title](/docs/api/admin/2025-01/scalars/String): String - The title of the shipping line.

## Connections



## Related queries

## Related mutations

## Related Unions
* [OrderStagedChange](/docs/api/admin/2025-01/unions/OrderStagedChange) A change that has been applied to an order.

## Examples