# DeliveryLocationGroupZoneInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a delivery zone associated to a location group and profile. ### Access Scopes ## Fields * [countries](/docs/api/admin-graphql/2024-10/input-objects/DeliveryCountryInput): DeliveryCountryInput - A list of countries to associate with the zone. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - A globally-unique ID of the zone. * [methodDefinitionsToCreate](/docs/api/admin-graphql/2024-10/input-objects/DeliveryMethodDefinitionInput): DeliveryMethodDefinitionInput - A list of method definitions to create. * [methodDefinitionsToUpdate](/docs/api/admin-graphql/2024-10/input-objects/DeliveryMethodDefinitionInput): DeliveryMethodDefinitionInput - A list of method definitions to update. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the zone. ## Input objects with this input object * [DeliveryProfileLocationGroupInput](/docs/api/admin-graphql/2024-10/input-objects/DeliveryProfileLocationGroupInput) * [DeliveryProfileLocationGroupInput](/docs/api/admin-graphql/2024-10/input-objects/DeliveryProfileLocationGroupInput) ## Examples