# DeliveryCustomization - admin-graphql - OBJECT Version: 2024-10 ## Description A delivery customization. ### Access Scopes `read_delivery_customizations` access scope. ## Fields * [enabled](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - The enabled status of the delivery customization. * [errorHistory](/docs/api/admin-graphql/2024-10/objects/FunctionsErrorHistory): FunctionsErrorHistory - The error history on the most recent version of the delivery customization. * [functionId](/docs/api/admin-graphql/2024-10/scalars/String): String! - The ID of the Shopify Function implementing the delivery customization. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [metafield](/docs/api/admin-graphql/2024-10/objects/Metafield): Metafield - A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information. * [privateMetafield](/docs/api/admin-graphql/2024-10/objects/PrivateMetafield): PrivateMetafield - Returns a private metafield by namespace and key that belongs to the resource. * [shopifyFunction](/docs/api/admin-graphql/2024-10/objects/ShopifyFunction): ShopifyFunction! - The Shopify Function implementing the delivery customization. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - The title of the delivery customization. ## Connections * [metafieldDefinitions](/docs/api/admin-graphql/2024-10/connections/MetafieldDefinitionConnection): MetafieldDefinitionConnection! * [metafields](/docs/api/admin-graphql/2024-10/connections/MetafieldConnection): MetafieldConnection! * [privateMetafields](/docs/api/admin-graphql/2024-10/connections/PrivateMetafieldConnection): PrivateMetafieldConnection! ## Related queries * [deliveryCustomization](/docs/api/admin-graphql/2024-10/queries/deliveryCustomization) The delivery customization. * [deliveryCustomizations](/docs/api/admin-graphql/2024-10/queries/deliveryCustomizations) The delivery customizations. ## Related mutations * [deliveryCustomizationCreate](/docs/api/admin-graphql/2024-10/mutations/deliveryCustomizationCreate) Creates a delivery customization. * [deliveryCustomizationUpdate](/docs/api/admin-graphql/2024-10/mutations/deliveryCustomizationUpdate) Updates a delivery customization. ## Related Unions * [MetafieldReferencer](/docs/api/admin-graphql/2024-10/unions/MetafieldReferencer) Types of resources that may use metafields to reference other resources. ## Examples