A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IOrderNumberGenerator

Handles order number generation.

Namespace: EPiServer.Commerce.Order
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface IOrderNumberGenerator

Methods

GenerateOrderNumber(IOrderGroup)

Generates order number.

Declaration
string GenerateOrderNumber(IOrderGroup orderGroup)
Parameters
Type Name Description
IOrderGroup orderGroup

The order group.

Returns
Type Description
System.String

The order number.