Skip to main content

Interface: RawProductSearchInput

Defined in: type/RawProductSearchInput.ts:5

Input object for RawProductSearchInput

Properties

applyOrderlists?

optional applyOrderlists?: boolean

Defined in: type/RawProductSearchInput.ts:29

Whether to apply orderlist filtering


categoryId?

optional categoryId?: number

Defined in: type/RawProductSearchInput.ts:17

Filter by category ID


clusterIds?

optional clusterIds?: number[]

Defined in: type/RawProductSearchInput.ts:19

Filter by cluster IDs


companyId?

optional companyId?: 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?

optional hidden?: boolean

Defined in: type/RawProductSearchInput.ts:23

Is product hidden?


language?

optional language?: string

Defined in: type/RawProductSearchInput.ts:37

Language for search and sorting


manufacturers?

optional manufacturers?: string[]

Defined in: type/RawProductSearchInput.ts:13

Filter by manufacturers


offset?

optional offset?: number

Defined in: type/RawProductSearchInput.ts:35

Number of items per page


orderlistIds?

optional orderlistIds?: number[]

Defined in: type/RawProductSearchInput.ts:31

Order list IDs to apply for filtering


page?

optional page?: number

Defined in: type/RawProductSearchInput.ts:33

Page number for pagination


productIds?

optional productIds?: number[]

Defined in: type/RawProductSearchInput.ts:21

Filter by specific product IDs


skus?

optional skus?: string[]

Defined in: type/RawProductSearchInput.ts:9

Filter by SKUs


statuses?

optional statuses?: ProductStatus[]

Defined in: type/RawProductSearchInput.ts:11

Filter by product statuses


suppliers?

optional suppliers?: string[]

Defined in: type/RawProductSearchInput.ts:15

Filter by suppliers


term?

optional term?: string

Defined in: type/RawProductSearchInput.ts:7

Search term for names, descriptions, or SKU


userId?

optional userId?: number

Defined in: type/RawProductSearchInput.ts:25

Browse catalog as a specific User. Permissions, orderlists, favorite will be merged with the logged in user.