# DraftOrderShippingRate - admin - OBJECT Version: unstable ## 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 * [code](/docs/api/admin/unstable/scalars/String): String! - The code of the shipping rate. * [handle](/docs/api/admin/unstable/scalars/String): String! - Unique identifier for this shipping rate. * [price](/docs/api/admin/unstable/objects/MoneyV2): MoneyV2! - The cost associated with the shipping rate. * [source](/docs/api/admin/unstable/scalars/String): String! - The source of the shipping rate. * [title](/docs/api/admin/unstable/scalars/String): String! - The name of the shipping rate. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples