Interface: ClusterSearchInput
Defined in: type/ClusterSearchInput.ts:4
Input object for ClusterSearchInput
Properties
applyOrderlists?
optionalapplyOrderlists?:boolean
Defined in: type/ClusterSearchInput.ts:24
Whether to apply orderlist filtering
categoryId?
optionalcategoryId?:number
Defined in: type/ClusterSearchInput.ts:12
Filter by category ID
clusterConfigId?
optionalclusterConfigId?:number
Defined in: type/ClusterSearchInput.ts:16
Filter by cluster configuration ID
clusterIds?
optionalclusterIds?:number[]
Defined in: type/ClusterSearchInput.ts:14
Filter by specific cluster IDs
companyId?
optionalcompanyId?:number
Defined in: type/ClusterSearchInput.ts:22
Browse catalog as a specific Company. Permissions, orderlists, favorite will be merged with the logged in user.
hidden?
optionalhidden?:boolean
Defined in: type/ClusterSearchInput.ts:18
Is cluster hidden?
language?
optionallanguage?:string
Defined in: type/ClusterSearchInput.ts:32
Language for search and sorting
offset?
optionaloffset?:number
Defined in: type/ClusterSearchInput.ts:30
Number of items per page
orderlistIds?
optionalorderlistIds?:number[]
Defined in: type/ClusterSearchInput.ts:26
Order list IDs to apply for filtering
page?
optionalpage?:number
Defined in: type/ClusterSearchInput.ts:28
Page number for pagination
skus?
optionalskus?:string[]
Defined in: type/ClusterSearchInput.ts:8
Filter by SKUs
slugs?
optionalslugs?:string[]
Defined in: type/ClusterSearchInput.ts:10
Filter by slugs (requires language parameter)
term?
optionalterm?:string
Defined in: type/ClusterSearchInput.ts:6
Search term for names, descriptions, or SKU
userId?
optionaluserId?:number
Defined in: type/ClusterSearchInput.ts:20
Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.