# deliveryProfile - admin-graphql - QUERY Version: 2024-10 ## Description Returns a Delivery Profile resource by ID. ### Access Scopes ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the DeliveryProfile to return. ## Returns * [activeMethodDefinitionsCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! The number of active shipping rates for the profile. * [default](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this is the default profile. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! A globally-unique ID. * [legacyMode](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! Whether this shop has enabled legacy compatibility mode for delivery profiles. * [locationsWithoutRatesCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! The number of locations without rates defined. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! The name of the delivery profile. * [originLocationCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! The number of active origin locations for the profile. * [productVariantsCount](/docs/api/admin-graphql/2024-10/objects/Count): Count How many product variants are in this profile. * [productVariantsCountV2](/docs/api/admin-graphql/2024-10/objects/DeliveryProductVariantsCount): DeliveryProductVariantsCount! How many product variants are in this profile. * [profileLocationGroups](/docs/api/admin-graphql/2024-10/objects/DeliveryProfileLocationGroup): DeliveryProfileLocationGroup! The location groups and associated zones using this profile. * [unassignedLocations](/docs/api/admin-graphql/2024-10/objects/Location): Location! List of locations that haven't been assigned to a location group for this profile. * [zoneCountryCount](/docs/api/admin-graphql/2024-10/scalars/Int): Int! The number of countries with active rates to deliver to. ## Examples