Click or drag to resize

CustomerProductListProductGetProductByIdAndList Method

Namespace:  Dynamicweb.Ecommerce.CustomerCenter
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public static CustomerProductListProduct GetProductByIdAndList(
	int listId,
	string productId,
	string productLanguageId,
	string productVariantId
)

Parameters

listId
Type: SystemInt32
productId
Type: SystemString
productLanguageId
Type: SystemString
productVariantId
Type: SystemString

Return Value

Type: CustomerProductListProduct
See Also