@JvmOverloads fun list(version: Int?, firstResult: Int? = null, maxResults: Int? = null, like: String? = null, orderBy: CategoryInfo.Fields? = null, orderDesc: Boolean? = null): List<CategoryInfo>?
Returns list of entities.
firstResult
- when pagination starts or null
maxResults
- amount of items per page or null
like
- search string filter or null
orderBy
- field to order by, possible values are "IDENTIFIER", "NAME"
orderDesc
- field to direction of ordering
version
- version or null if fresh data required
Return
list of entities which exists on current seller or null if list of entities is not modified since version