Model
QuoteIdToMaskedQuoteId
Magento\Quote\Model\QuoteIdToMaskedQuoteId
What it does
This class converts an internal quote ID (integer) to a masked quote ID (string hash) used in guest checkout scenarios.
Developers use this when they need to expose quote identifiers to frontend APIs without revealing the actual database ID, providing security and abstraction for guest shopping carts.
Public Methods
- execute()