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 allow customers to subscribe to notifications about their order status changes, including comments and updates.

The feed is secured with signature validation and includes order details, status updates, and related comments.

Public Methods

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