---
title: ShippingRate - Customer API
description: A shipping rate to be applied to a checkout.
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: https://shopify.dev/docs/api/customer/2025-04/objects/ShippingRate
  md: https://shopify.dev/docs/api/customer/2025-04/objects/ShippingRate.md
---

# Shipping​Rate

object

A shipping rate to be applied to a checkout.

## Fields

* handle

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

  non-null

  The human-readable unique identifier for this shipping rate.

* price

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

  non-null

  The price of this shipping rate.

* title

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

  non-null

  The title of this shipping rate.

***

## Map

### Fields with this object

* [AvailableShippingRates.shippingRates](https://shopify.dev/docs/api/customer/2025-04/objects/AvailableShippingRates#field-AvailableShippingRates.fields.shippingRates)
* [Checkout.shippingLine](https://shopify.dev/docs/api/customer/2025-04/objects/Checkout#field-Checkout.fields.shippingLine)