--- title: ShippingRate - Customer API description: A shipping rate to be applied to a checkout. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/shippingrate md: https://shopify.dev/docs/api/customer/latest/objects/shippingrate.md --- # Shipping​Rate object A shipping rate to be applied to a checkout. ## Fields * handle [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The human-readable unique identifier for this shipping rate. * price [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null The price of this shipping rate. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null The title of this shipping rate. *** ## Map ### Fields with this object * {}[AvailableShippingRates.shippingRates](https://shopify.dev/docs/api/customer/latest/objects/AvailableShippingRates#field-shippingRates) * {}[Checkout.shippingLine](https://shopify.dev/docs/api/customer/latest/objects/Checkout#field-shippingLine)