  | ProductGetProductsByShopId Method (String) | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use 'ProductService.GetProductsByShopId' instead")]
public static ProductCollection GetProductsByShopId(
	string shopId
)<ObsoleteAttribute("Use 'ProductService.GetProductsByShopId' instead")>
Public Shared Function GetProductsByShopId ( 
	shopId As String
) As ProductCollectionParameters
- shopId
 - Type: SystemString
 
Return Value
Type: 
ProductCollection
See Also