Log in
Model

OrderStatus

Magento\Sales\Model\Rss\OrderStatus

What it does

This class provides RSS feed functionality for order status updates in Magento 2.

Developers use it to generate RSS feeds that customers can subscribe to for tracking their order status changes, including comments and notifications.

The class handles authentication, validation of order data via signatures, and formats order information into RSS-compatible data structures.

Public Methods

  • isAllowed()
  • getRssData()
  • getCacheKey()
  • getCacheLifetime()
  • getFeeds()
  • isAuthRequired()