--- title: deliverySettings - GraphQL Admin description: Returns the shop-wide shipping settings. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliverysettings md: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliverysettings.md --- # delivery​Settings query Returns the shop-wide shipping settings. ## Possible returns * Delivery​Setting [Delivery​Setting](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliverySetting) 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. *** ## Examples * ### deliverySettings reference ## Query Reference ```graphql { deliverySettings { # deliverySettings fields } } ```