Log in
Model

MaskedQuoteIdToQuoteId

Magento\Quote\Model\MaskedQuoteIdToQuoteId

What it does

This class converts a masked (public/guest) quote ID into an actual internal quote ID.

Developers use this when working with guest checkout or GraphQL APIs where the masked ID is exposed publicly for security, but the internal numeric quote ID is needed to retrieve or manipulate the quote through the cart repository.

Public Methods

  • execute()