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