HomeVendure CoreShow hidden breadcrumbs...ServicesSlugServiceOn this pageSlugService@vendure/coreSourcev3.5.0 A service that handles slug generation using the configured SlugStrategy. Signatureclass SlugService { constructor(configService: ConfigService) generate(ctx: RequestContext, params: SlugGenerateParams) => Promise<string>;} generatemethod(ctx: RequestContext, params: SlugGenerateParams) => Promise<string>Generates a slug from the input string using the configured SlugStrategy.Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousShippingMethodServiceNextStockLevelServiceEdited Apr 20, 2026ยทEdit this page