MaskedQuoteIdToQuoteIdInterface
Magento\Quote\Model\MaskedQuoteIdToQuoteIdInterface
What it does
This interface defines a contract for converting a masked (public) quote ID into an actual quote entity ID.
Developers use this when working with guest checkout or API integrations where quotes are referenced by their masked IDs for security purposes, but the internal system needs the real database ID.
It throws a NoSuchEntityException if the masked ID doesn't correspond to any existing quote.
Public Methods
- execute()