| ProductServiceGetProductById Method (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,
bool useDefaultLanguage
)
Public Function GetProductById (
productId As String,
productVariantId As String,
useDefaultLanguage As Boolean
) As Product
Parameters
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
- useDefaultLanguage
- Type: SystemBoolean
Return Value
Type:
ProductSee Also