  | ProductServiceGetAllProductsByShopId Method  | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Product> GetAllProductsByShopId(
	string shopId,
	bool useAssortments
)
Public Function GetAllProductsByShopId ( 
	shopId As String,
	useAssortments As Boolean
) As IEnumerable(Of Product)
Parameters
- shopId
 - Type: SystemString
 - useAssortments
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableProduct
See Also