# DeliveryProfileLocationGroupInput - admin-graphql - INPUT_OBJECT Version: 2025-01 ## Description The input fields for a location group associated to a delivery profile. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The globally-unique ID of the delivery profile location group. * [locations](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The list of location IDs to be moved to this location group. * [locationsToAdd](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The list of location IDs to be added to this location group. **Note:** due to API input array limits, a maximum of 250 items can be sent per each request. * [locationsToRemove](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The list of location IDs to be removed from this location group. **Note:** due to API input array limits, a maximum of 250 items can be sent per each request. * [zonesToCreate](/docs/api/admin-graphql/2025-01/input-objects/DeliveryLocationGroupZoneInput): DeliveryLocationGroupZoneInput - The list of location group zones to create. **Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request. * [zonesToUpdate](/docs/api/admin-graphql/2025-01/input-objects/DeliveryLocationGroupZoneInput): DeliveryLocationGroupZoneInput - The list of location group zones to update. **Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 zones per each request. ## Input objects with this input object * [DeliveryProfileInput](/docs/api/admin-graphql/2025-01/input-objects/DeliveryProfileInput) * [DeliveryProfileInput](/docs/api/admin-graphql/2025-01/input-objects/DeliveryProfileInput) * [DeliveryProfileInput](/docs/api/admin-graphql/2025-01/input-objects/DeliveryProfileInput) ## Examples