Interface IProfileMigrator
Migrates the orders, carts, wishlist when an anonymous user logs in.
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public interface IProfileMigrator
Methods
MigrateCarts(Guid)
Migrates the carts.
Declaration
void MigrateCarts(Guid anonymousId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | anonymousId | The anonymous identifier. |
MigrateOrders(Guid)
Migrates the orders.
Declaration
void MigrateOrders(Guid anonymousId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | anonymousId | The anonymous identifier. |
MigrateWishlists(Guid)
Migrates the wishlists.
Declaration
void MigrateWishlists(Guid anonymousId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | anonymousId | The anonymous identifier. |