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