# DeliveryCustomizationInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create and update a delivery customization. ### Access Scopes ## Fields * [enabled](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - The enabled status of the delivery customization. * [functionId](/docs/api/admin-graphql/2024-10/scalars/String): String - The ID of the function providing the delivery customization. * [metafields](/docs/api/admin-graphql/2024-10/input-objects/MetafieldInput): MetafieldInput - Additional metafields to associate to the delivery customization. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String - The title of the delivery customization. ## Input objects with this input object * [deliveryCustomizationCreate](/docs/api/admin-graphql/2024-10/mutations/deliveryCustomizationCreate) * [deliveryCustomizationUpdate](/docs/api/admin-graphql/2024-10/mutations/deliveryCustomizationUpdate) ## Examples