Click or drag to resize

ProductServiceGetProductById Method (String, String, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public Product GetProductById(
	string productId,
	string productVariantId,
	string productLanguageId,
	bool useAssortments
)

Parameters

productId
Type: SystemString
productVariantId
Type: SystemString
productLanguageId
Type: SystemString
useAssortments
Type: SystemBoolean

Return Value

Type: Product
See Also