Description=Returns the list of [[Product]] objects available in the instance under an specific Channel. It can include all sub channels (any levels) or just the first level of sub channel.
The result is default ordered by the property Title in the object. The result is default filtered by [[AdultFilterType]].NonAdultOnly and [[MovietypeMovieType]].(Movie and Season). This method can be used by logged or anonymous login.
|Parameters=
|ParamType=String
|ParamRequired=optional
|ParamDescription=List of numbers separated by comma with the [[MovieType]] to filter the result. Default set to Movie and Season (1, 3).
}}
{{Api_Parameter|
|ParamType= [[movieSortType]]
|ParamRequired=optional
|ParamDescription=SortTypeId to order result by the chosen field. Default ordered by Title property.
}}
{{Api_Parameter|
|Returns=
Returns a JSON object containing an array of [[SimpleMovieProduct]].
'''Example:'''