Model
GuestCartRepository
Magento\Quote\Model\GuestCart\GuestCartRepository
What it does
This repository manages shopping cart retrieval for guest (non-logged-in) customers.
It translates the masked cart ID (public identifier used in APIs) to the actual internal quote ID and retrieves the corresponding cart.
Developers use this when building guest checkout flows or handling cart operations for unauthenticated users via REST/GraphQL APIs.
Public Methods
- get()