HomeVendure CoreShow hidden breadcrumbs...ServicesInitializerServiceOn this pageInitializerService@vendure/coreSource Only used internally to run the various service init methods in the correct sequence on bootstrap. Signatureclass InitializerService { constructor(connection: TransactionalConnection, zoneService: ZoneService, channelService: ChannelService, roleService: RoleService, administratorService: AdministratorService, shippingMethodService: ShippingMethodService, globalSettingsService: GlobalSettingsService, taxRateService: TaxRateService, sellerService: SellerService, eventBus: EventBus, stockLocationService: StockLocationService) onModuleInit() => ;} onModuleInitmethod() => Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousHistoryServiceNextOrderServiceEdited Apr 20, 2026ยทEdit this page