--- title: ShippingRate - GraphQL Admin description: A shipping rate is an additional cost added to the cost of the products that were ordered. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/shippingrate md: https://shopify.dev/docs/api/admin-graphql/latest/objects/shippingrate.md --- # Shipping​Rate object Requires Any of `draft_orders`, `orders` or `shipping` access scopes or `manage_delivery_settings` user permission. A shipping rate is an additional cost added to the cost of the products that were ordered. ## Fields * handle [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null Human-readable unique identifier for this shipping rate. * price [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The cost associated with the shipping rate. * title [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the shipping rate. *** ## Map ### Fields with this object * {}[CalculatedDraftOrder.availableShippingRates](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedDraftOrder#field-CalculatedDraftOrder.fields.availableShippingRates)