# DeliveryProfileInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a delivery profile.

### Access Scopes



## Fields
* [conditionsToDelete](/docs/api/admin/2025-01/scalars/ID): ID - The list of condition IDs to delete.
* [locationGroupsToCreate](/docs/api/admin/2025-01/input-objects/DeliveryProfileLocationGroupInput): DeliveryProfileLocationGroupInput - The list of location groups to be created in the delivery profile.

**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 location groups per each request.
* [locationGroupsToDelete](/docs/api/admin/2025-01/scalars/ID): ID - The list of location groups to be deleted from the delivery profile.
* [locationGroupsToUpdate](/docs/api/admin/2025-01/input-objects/DeliveryProfileLocationGroupInput): DeliveryProfileLocationGroupInput - The list of location groups to be updated in the delivery profile.

**Note:** due to the potential complexity of the nested data, it is recommended to send no more than 5 location groups per each request.
* [methodDefinitionsToDelete](/docs/api/admin/2025-01/scalars/ID): ID - The list of method definition IDs to delete.
* [name](/docs/api/admin/2025-01/scalars/String): String - The name of the delivery profile.
* [profileLocationGroups](/docs/api/admin/2025-01/input-objects/DeliveryProfileLocationGroupInput): DeliveryProfileLocationGroupInput - The list of location groups associated with the delivery profile.
* [sellingPlanGroupsToAssociate](/docs/api/admin/2025-01/scalars/ID): ID - The list of selling plan groups to be associated with the delivery profile.
* [sellingPlanGroupsToDissociate](/docs/api/admin/2025-01/scalars/ID): ID - The list of selling plan groups to be dissociated with the delivery profile.
* [variantsToAssociate](/docs/api/admin/2025-01/scalars/ID): ID - The list of product variant IDs to be associated with the delivery profile.
* [variantsToDissociate](/docs/api/admin/2025-01/scalars/ID): ID - The list of product variant IDs to be dissociated from the delivery profile.
The dissociated product variants are moved back to the default delivery profile.
* [zonesToDelete](/docs/api/admin/2025-01/scalars/ID): ID - The list of zone IDs to delete.


## Input objects with this input object
* [deliveryProfileCreate](/docs/api/admin/2025-01/mutations/deliveryProfileCreate)
* [deliveryProfileUpdate](/docs/api/admin/2025-01/mutations/deliveryProfileUpdate)


## Examples