# deliveryCustomizationActivation - admin-graphql - MUTATION Version: 2024-07 ## Description Activates and deactivates delivery customizations. ### Access Scopes `write_delivery_customizations` access scope. ## Arguments * [enabled](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - The enabled status of the delivery customizations. * [ids](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The global IDs of the delivery customizations. ## Returns * [ids](/docs/api/admin-graphql/2024-07/scalars/String): String The IDs of the updated delivery customizations. * [userErrors](/docs/api/admin-graphql/2024-07/objects/DeliveryCustomizationError): DeliveryCustomizationError! The list of errors that occurred from executing the mutation. ## Examples