Model
MaskedQuoteIdToQuoteId
Magento\Quote\Model\MaskedQuoteIdToQuoteId
What it does
This class converts a masked (public) quote ID into an actual (internal) quote ID.
Developers use this when working with guest checkout or API endpoints where the real quote ID should not be exposed to the frontend for security reasons.
It's commonly used in REST API implementations where guests need to interact with their shopping cart using a safe, hashed identifier.
Public Methods
- execute()