# deliveryCustomizationUpdate - admin-graphql - MUTATION Version: 2024-10 ## Description Updates a delivery customization. ### Access Scopes `write_delivery_customizations` access scope. ## Arguments * [deliveryCustomization](/docs/api/admin-graphql/2024-10/input-objects/DeliveryCustomizationInput): DeliveryCustomizationInput! - The input data used to update the delivery customization. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The global ID of the delivery customization. ## Returns * [deliveryCustomization](/docs/api/admin-graphql/2024-10/objects/DeliveryCustomization): DeliveryCustomization Returns the updated delivery customization. * [userErrors](/docs/api/admin-graphql/2024-10/objects/DeliveryCustomizationError): DeliveryCustomizationError! The list of errors that occurred from executing the mutation. ## Examples