  | ProductGetProductById Method (String, String, String, Boolean) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use 'ProductService.GetProductById' instead")]
public static Product GetProductById(
	string productId,
	string productVariantId,
	string productLanguageId,
	bool useAssortments
)<ObsoleteAttribute("Use 'ProductService.GetProductById' instead")>
Public Shared Function GetProductById ( 
	productId As String,
	productVariantId As String,
	productLanguageId As String,
	useAssortments As Boolean
) As ProductParameters
- productId
 - Type: SystemString
 - productVariantId
 - Type: SystemString
 - productLanguageId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
Product
See Also