--- title: ShippingLine - Customer API description: Represents the shipping details that the customer chose for their order. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/shippingline md: https://shopify.dev/docs/api/customer/latest/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/latest/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/latest/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/latest/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/latest/objects/Order#field-shippingLine)