Skip to main content
Version: 3.x

Services

The services are the main building blocks of the Front-Commerce architecture. They are responsible for handling the business logic and the data of the application.

note

For a full list please see the Services implementation.

Server Services

NameDescriptionReference
ContentMetadataExtractorRegistryUsed for storefront content registration📖 Guide
🔗 Code
ServerEventBusUsed for server events publishing📖 Guide
🔗 Code
SitemapUsed for sitemap registration📖 Guide
🔗 Code
DIUsed for Dependency Injection registration📖 Guide
🔗 Code
ExternalLoginUsed for External login providers📖 Guide
🔗 Code
RateLimiterUsed to rate limit a resource📖 Guide
🔗 Code