--- title: deliveryCustomization - GraphQL Admin description: The delivery customization. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliverycustomization md: https://shopify.dev/docs/api/admin-graphql/latest/queries/deliverycustomization.md --- # delivery​Customization query Requires `read_delivery_customizations` access scope. The delivery customization. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the delivery customization. *** ## Possible returns * Delivery​Customization [Delivery​Customization](https://shopify.dev/docs/api/admin-graphql/latest/objects/DeliveryCustomization) A delivery customization. *** ## Examples * ### deliveryCustomization reference ## Query Reference ```graphql { deliveryCustomization(id) { # deliveryCustomization fields } } ```