Interface
FeedRouteResolverInterface
Magento\SaaSCommon\Model\Http\Command\FeedRouteResolverInterface
What it does
This interface defines a contract for resolving API routes for SaaS feed data submission.
Developers implement this interface to determine the correct endpoint URL for sending specific feed data (like product catalogs or pricing) to Adobe's SaaS services.
It's used when Magento needs to export data to Adobe Commerce SaaS services.
Public Methods
- getRoute()