# deliveryCustomizationUpdate - admin - MUTATION
Version: 2025-01

## Description
Updates a delivery customization.

### Access Scopes
`write_delivery_customizations` access scope.


## Arguments
* [deliveryCustomization](/docs/api/admin/2025-01/input-objects/DeliveryCustomizationInput): DeliveryCustomizationInput! - The input data used to update the delivery customization.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - The global ID of the delivery customization.


## Returns
* [deliveryCustomization](/docs/api/admin/2025-01/objects/DeliveryCustomization): DeliveryCustomization Returns the updated delivery customization.
* [userErrors](/docs/api/admin/2025-01/objects/DeliveryCustomizationError): DeliveryCustomizationError! The list of errors that occurred from executing the mutation.


## Examples