  | ProductGetProductById Method (String) | 
 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
)<ObsoleteAttribute("Use 'ProductService.GetProductById' instead")>
Public Shared Function GetProductById ( 
	productId As String
) As ProductParameters
- productId
 - Type: SystemString
 
Return Value
Type: 
Product
See Also