# deliveryCustomizationCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates a delivery customization. ### Access Scopes `write_delivery_customizations` access scope. ## Arguments * [deliveryCustomization](/docs/api/admin-graphql/2024-10/input-objects/DeliveryCustomizationInput): DeliveryCustomizationInput! - The input data used to create the delivery customization. ## Returns * [deliveryCustomization](/docs/api/admin-graphql/2024-10/objects/DeliveryCustomization): DeliveryCustomization Returns the created delivery customization. * [userErrors](/docs/api/admin-graphql/2024-10/objects/DeliveryCustomizationError): DeliveryCustomizationError! The list of errors that occurred from executing the mutation. ## Examples