# DeliveryProfileInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a delivery profile. ### Access Scopes ## Fields * [conditionsToDelete](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The list of condition IDs to delete. * [locationGroupsToCreate](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/ID): ID - The list of location groups to be deleted from the delivery profile. * [locationGroupsToUpdate](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/ID): ID - The list of method definition IDs to delete. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the delivery profile. * [profileLocationGroups](/docs/api/admin-graphql/2024-10/input-objects/DeliveryProfileLocationGroupInput): DeliveryProfileLocationGroupInput - The list of location groups associated with the delivery profile. * [sellingPlanGroupsToAssociate](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The list of selling plan groups to be associated with the delivery profile. * [sellingPlanGroupsToDissociate](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The list of selling plan groups to be dissociated with the delivery profile. * [variantsToAssociate](/docs/api/admin-graphql/2024-10/scalars/ID): ID - The list of product variant IDs to be associated with the delivery profile. * [variantsToDissociate](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/ID): ID - The list of zone IDs to delete. ## Input objects with this input object * [deliveryProfileCreate](/docs/api/admin-graphql/2024-10/mutations/deliveryProfileCreate) * [deliveryProfileUpdate](/docs/api/admin-graphql/2024-10/mutations/deliveryProfileUpdate) ## Examples