Click or drag to resize

WishlistRepositoryGetByCustomer Method

Retrieves the complete wishlist of a given customer

Namespace: Ignition.Commerce.Products.Wishlists
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public Wishlist GetByCustomer(
	ICustomerIdentity customer
)

Parameters

customer  ICustomerIdentity
Customer whose wishlist should be retrieved

Return Value

Wishlist
The requested wishlist
See Also