Interface: RawProductSearchInput
Defined in: type/RawProductSearchInput.ts:5
Input object for RawProductSearchInput
Properties
applyOrderlists?
optionalapplyOrderlists?:boolean
Defined in: type/RawProductSearchInput.ts:29
Whether to apply orderlist filtering
categoryId?
optionalcategoryId?:number
Defined in: type/RawProductSearchInput.ts:17
Filter by category ID
clusterIds?
optionalclusterIds?:number[]
Defined in: type/RawProductSearchInput.ts:19
Filter by cluster IDs
companyId?
optionalcompanyId?:number
Defined in: type/RawProductSearchInput.ts:27
Browse catalog as a specific Company. Permissions, orderlists, favorite will be merged with the logged in user.
hidden?
optionalhidden?:boolean
Defined in: type/RawProductSearchInput.ts:23
Is product hidden?
language?
optionallanguage?:string
Defined in: type/RawProductSearchInput.ts:37
Language for search and sorting
manufacturers?
optionalmanufacturers?:string[]
Defined in: type/RawProductSearchInput.ts:13
Filter by manufacturers
offset?
optionaloffset?:number
Defined in: type/RawProductSearchInput.ts:35
Number of items per page
orderlistIds?
optionalorderlistIds?:number[]
Defined in: type/RawProductSearchInput.ts:31
Order list IDs to apply for filtering
page?
optionalpage?:number
Defined in: type/RawProductSearchInput.ts:33
Page number for pagination
productIds?
optionalproductIds?:number[]
Defined in: type/RawProductSearchInput.ts:21
Filter by specific product IDs
skus?
optionalskus?:string[]
Defined in: type/RawProductSearchInput.ts:9
Filter by SKUs
statuses?
optionalstatuses?:ProductStatus[]
Defined in: type/RawProductSearchInput.ts:11
Filter by product statuses
suppliers?
optionalsuppliers?:string[]
Defined in: type/RawProductSearchInput.ts:15
Filter by suppliers
term?
optionalterm?:string
Defined in: type/RawProductSearchInput.ts:7
Search term for names, descriptions, or SKU
userId?
optionaluserId?:number
Defined in: type/RawProductSearchInput.ts:25
Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.