# DeliveryRateDefinition - admin - OBJECT Version: unstable ## Description The merchant-defined rate of the [DeliveryMethodDefinition](https://shopify.dev/api/admin-graphql/latest/objects/DeliveryMethodDefinition). ### Access Scopes Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID. * [price](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - The price of this rate. * [rateClass](/docs/api/admin/unstable/objects/DeliveryRateClass): DeliveryRateClass - The class of the rate. The corresponding delivery method definition must have the same name. ## Connections ## Related queries ## Related mutations ## Related Unions * [DeliveryRateProvider](/docs/api/admin/unstable/unions/DeliveryRateProvider) A rate provided by a merchant-defined rate or a participant. ## Examples