Skip to main content

Interface: CrossupsellSearchInput

Defined in: type/CrossupsellSearchInput.ts:7

Input object for CrossupsellSearchInput

Properties

clusterIdsFrom?

optional clusterIdsFrom?: number[]

Defined in: type/CrossupsellSearchInput.ts:13

Search by cluster ids from


clusterIdsTo?

optional clusterIdsTo?: number[]

Defined in: type/CrossupsellSearchInput.ts:17

Search by cluster ids to


createdAt?

optional createdAt?: DateSearchInput

Defined in: type/CrossupsellSearchInput.ts:29

Search by date created


ids?

optional ids?: string[]

Defined in: type/CrossupsellSearchInput.ts:9

Search by ids


lastModifiedAt?

optional lastModifiedAt?: DateSearchInput

Defined in: type/CrossupsellSearchInput.ts:31

Search by date changed


offset?

optional offset?: number

Defined in: type/CrossupsellSearchInput.ts:27

Pagination offset number. [Default to 12]


page?

optional page?: number

Defined in: type/CrossupsellSearchInput.ts:25

Pagination page number. [Default to 1]


productIdsFrom?

optional productIdsFrom?: number[]

Defined in: type/CrossupsellSearchInput.ts:11

Search by product ids from


productIdsTo?

optional productIdsTo?: number[]

Defined in: type/CrossupsellSearchInput.ts:15

Search by product ids to


sortInputs?

optional sortInputs?: CrossupsellSortInput[]

Defined in: type/CrossupsellSearchInput.ts:23

Inputs to sort by


subTypes?

optional subTypes?: string[]

Defined in: type/CrossupsellSearchInput.ts:21

Search by subtype


types?

optional types?: CrossupsellType[]

Defined in: type/CrossupsellSearchInput.ts:19

Crossupsell type. One of: [accessories, alternatives, options, parts, related]