# ShippingRate - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/String): String! - Human-readable unique identifier for this shipping rate. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The cost associated with the shipping rate. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the shipping rate. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples