| AssortmentItemGetAssortmentsByProductID Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Assortments.GetAssortmentsByProductId instead.")]
public static AssortmentCollection GetAssortmentsByProductID(
string productID,
string variantID
)
<ObsoleteAttribute("Use Services.Assortments.GetAssortmentsByProductId instead.")>
Public Shared Function GetAssortmentsByProductID (
productID As String,
variantID As String
) As AssortmentCollection
Parameters
- productID
- Type: SystemString
- variantID
- Type: SystemString
Return Value
Type:
AssortmentCollectionSee Also