--- title: DeliveryRateDefinition - GraphQL Admin description: The merchant-defined rate of the [DeliveryMethodDefinition](https://shopify.dev/api/admin-graphql/latest/objects/DeliveryMethodDefinition). api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliveryratedefinition md: https://shopify.dev/docs/api/admin-graphql/latest/objects/deliveryratedefinition.md --- # Delivery​Rate​Definition object Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. The merchant-defined rate of the [DeliveryMethodDefinition](https://shopify.dev/api/admin-graphql/latest/objects/DeliveryMethodDefinition). ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * price [Money​V2!](https://shopify.dev/docs/api/admin-graphql/latest/objects/MoneyV2) non-null The price of this rate. *** ## Map ### Possible type in * [Delivery​Rate​Provider](https://shopify.dev/docs/api/admin-graphql/latest/unions/DeliveryRateProvider) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-DeliveryRateDefinition Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)