# CalculatedShippingLine - admin-graphql - OBJECT Version: 2024-04 ## Description A shipping line item involved in order editing that may be newly added or have new changes applied. ### Access Scopes `read_order_edits` access scope. ## Fields * [id](/docs/api/admin-graphql/2024-04/scalars/ID): ID - A globally-unique ID. * [price](/docs/api/admin-graphql/2024-04/objects/MoneyBag): MoneyBag! - The price of the shipping line when sold and before applying discounts. This field includes taxes if `Order.taxesIncluded` is true. Otherwise, this field doesn't include taxes for the shipping line. * [stagedStatus](/docs/api/admin-graphql/2024-04/enums/CalculatedShippingLineStagedStatus): CalculatedShippingLineStagedStatus! - The staged status of the shipping line. * [title](/docs/api/admin-graphql/2024-04/scalars/String): String! - The title of the shipping line. ## Connections ## Related queries ## Related mutations * [orderEditAddShippingLine](/docs/api/admin-graphql/2024-04/mutations/orderEditAddShippingLine) Adds a shipping line to an existing order. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). ## Related Unions ## Examples