Log in
Interface

OrderCustomerDelegateInterface

Magento\Sales\Api\OrderCustomerDelegateInterface

What it does

This interface defines a contract for delegating customer account creation operations from the Sales module to the Customer module.

Developers use this when they need to redirect guests to create a customer account based on their order information, typically after a guest checkout.

It provides a standardized way to handle the customer account creation flow that originates from an order context.

Public Methods

  • delegateNew()