| AssortmentServiceGetAssortmentRelationsByProductId Method |
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<AssortmentProductRelation> GetAssortmentRelationsByProductId(
string productId,
string productVariantId
)
Public Function GetAssortmentRelationsByProductId (
productId As String,
productVariantId As String
) As IEnumerable(Of AssortmentProductRelation)
Parameters
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
Return Value
Type:
IEnumerableAssortmentProductRelationSee Also