Model
GuestItemRepository
Magento\GiftMessage\Model\GuestItemRepository
What it does
This class manages gift messages for individual items in a guest user's shopping cart.
It acts as a wrapper around the standard ItemRepository, converting the masked cart ID (used for guest checkouts) into the actual quote ID before performing operations.
Developers use this when implementing gift message functionality for guest customers who are not logged in.
Public Methods
- get()
- save()