# ShippingRate - admin - OBJECT Version: 2025-01 ## Description A shipping rate is an additional cost added to the cost of the products that were ordered. ### Access Scopes Any of `draft_orders`, `orders` or `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [handle](/docs/api/admin/2025-01/scalars/String): String! - Human-readable unique identifier for this shipping rate. * [price](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The cost associated with the shipping rate. * [title](/docs/api/admin/2025-01/scalars/String): String! - The name of the shipping rate. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples