# DeliverySetting - admin-graphql - OBJECT Version: 2025-01 ## Description The `DeliverySetting` object enables you to manage shop-wide shipping settings. You can enable legacy compatibility mode for the multi-location delivery profiles feature if the legacy mode isn't blocked. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Fields * [legacyModeBlocked](/docs/api/admin-graphql/2025-01/objects/DeliveryLegacyModeBlocked): DeliveryLegacyModeBlocked! - Whether the shop is blocked from converting to full multi-location delivery profiles mode. If the shop is blocked, then the blocking reasons are also returned. * [legacyModeProfiles](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Enables legacy compatability mode for the multi-location delivery profiles feature. ## Connections ## Related queries * [deliverySettings](/docs/api/admin-graphql/2025-01/queries/deliverySettings) Returns the shop-wide shipping settings. ## Related mutations * [deliverySettingUpdate](/docs/api/admin-graphql/2025-01/mutations/deliverySettingUpdate) Set the delivery settings for a shop. ## Related Unions ## Examples