CancelOrderGuest
Magento\OrderCancellationGraphQl\Model\CancelOrderGuest
What it does
This class handles the cancellation request process for guest orders in GraphQL.
When a guest customer wants to cancel their order, this class generates a unique confirmation key and sends it via email to verify the cancellation request.
Developers use this to implement secure guest order cancellation workflows where email verification is required before the actual cancellation occurs.
Public Methods
- execute()