| ProductRelatedServiceGetProductRelated Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public ProductRelated GetProductRelated(
string productId,
string relatedGroupId,
string relatedProductId,
string relatedVariantId
)
Public Function GetProductRelated (
productId As String,
relatedGroupId As String,
relatedProductId As String,
relatedVariantId As String
) As ProductRelated
Parameters
- productId
- Type: SystemString
- relatedGroupId
- Type: SystemString
- relatedProductId
- Type: SystemString
- relatedVariantId
- Type: SystemString
Return Value
Type:
ProductRelatedSee Also