Browse Items Request
class BrowseItemsRequest( val ids: List<String>, val filters: Map<String, List<String>>? = null, val page: Int? = null, val perPage: Int? = null, val sortBy: String? = null, val sortOrder: String? = null, val section: String? = null, val hiddenFields: List<String>? = null, val hiddenFacets: List<String>? = null, val groupsSortBy: String? = null, val groupsSortOrder: String? = null, val variationsMap: VariationsMap? = null, val preFilterExpression: String? = null, val fmtOptions: Map<String, Any>? = null)
Content copied to clipboard
Create a Browse Items request object utilizing a builder
Constructors
Link copied to clipboard
fun BrowseItemsRequest( ids: List<String>, filters: Map<String, List<String>>? = null, page: Int? = null, perPage: Int? = null, sortBy: String? = null, sortOrder: String? = null, section: String? = null, hiddenFields: List<String>? = null, hiddenFacets: List<String>? = null, groupsSortBy: String? = null, groupsSortOrder: String? = null, variationsMap: VariationsMap? = null, preFilterExpression: String? = null, fmtOptions: Map<String, Any>? = null)
Content copied to clipboard