---
title: ShippingLine - Customer API
description: Represents the shipping details that the customer chose for their order.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/objects/ShippingLine'
  md: 'https://shopify.dev/docs/api/customer/2025-07/objects/ShippingLine.md'
---

# Shipping​Line

object

Represents the shipping details that the customer chose for their order.

## Fields

* handle

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  A unique identifier for the shipping rate.

* original​Price

  [Money​V2!](https://shopify.dev/docs/api/customer/2025-07/objects/MoneyV2)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The pre-tax shipping price without any discounts applied.

* title

  [String!](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api)

  The title of the shipping line.

***

## Map

### Fields with this object

* [Order.shippingLine](https://shopify.dev/docs/api/customer/2025-07/objects/Order#field-Order.fields.shippingLine)
