FeedRouteResolver
Magento\SaaSCommon\Model\Http\Command\FeedRouteResolver
What it does
This class resolves and builds the complete route URL for SaaS data feeds in Magento's Commerce Data Export system.
Developers use it to get the proper API endpoint path for sending feed data to Adobe's SaaS services by combining the configured route with the environment ID.
It validates that both route configuration and environment ID exist before constructing the final route.
Public Methods
- getRoute()