--- title: DeliveryCustomizationInput - GraphQL Admin description: The input fields to create and update a delivery customization. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryCustomizationInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/DeliveryCustomizationInput.md metadata: domain: admin --- # Delivery​Customization​Input input\_object The input fields to create and update a delivery customization. ## Fields * enabled [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) The enabled status of the delivery customization. * function​Handle [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) Function handle scoped to your current app ID. Only finds functions within your app. * metafields [\[Metafield​Input!\]](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetafieldInput) Default:\[] Additional metafields to associate to the delivery customization. * title [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The title of the delivery customization. * function​Id [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) Deprecated *** ## Mutations using this input * [delivery​Customization​Create.deliveryCustomization](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate#arguments-deliveryCustomization) ARGUMENT * [delivery​Customization​Update.deliveryCustomization](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationUpdate#arguments-deliveryCustomization) ARGUMENT *** ## Map ### Mutations using this input * [delivery​Customization​Create.deliveryCustomization](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationCreate#arguments-deliveryCustomization) * [delivery​Customization​Update.deliveryCustomization](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryCustomizationUpdate#arguments-deliveryCustomization)