| ProductServiceGetProductById Method (String, String, String) |
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
)
Public 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