Interface: OrderlistSearchInput
Defined in: type/OrderlistSearchInput.ts:9
Input object for OrderlistSearchInput
Properties
active?
optionalactive?:YesNo
Defined in: type/OrderlistSearchInput.ts:31
Shows if the orderlist is active
clusterIds?
optionalclusterIds?:number[]
Defined in: type/OrderlistSearchInput.ts:45
List of cluster ids
clusterSources?
optionalclusterSources?:SourceInput[]
Defined in: type/OrderlistSearchInput.ts:47
List of cluster sources
codes?
optionalcodes?:string[]
Defined in: type/OrderlistSearchInput.ts:21
List of codes
companyIds?
optionalcompanyIds?:number[]
Defined in: type/OrderlistSearchInput.ts:37
List of company ids
companySources?
optionalcompanySources?:SourceInput[]
Defined in: type/OrderlistSearchInput.ts:39
List of company sources
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: type/OrderlistSearchInput.ts:15
Search by date created
ids?
optionalids?:number[]
Defined in: type/OrderlistSearchInput.ts:19
List of Orderlist primary identifiers
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: type/OrderlistSearchInput.ts:17
Search by date changed
offset?
optionaloffset?:number
Defined in: type/OrderlistSearchInput.ts:13
Pagination offset number. [Default to 12]
page?
optionalpage?:number
Defined in: type/OrderlistSearchInput.ts:11
Pagination page number. [Default to 1]
partnerEntities?
optionalpartnerEntities?:string[]
Defined in: type/OrderlistSearchInput.ts:29
Partner entity
productIds?
optionalproductIds?:number[]
Defined in: type/OrderlistSearchInput.ts:41
List of product ids
productSources?
optionalproductSources?:SourceInput[]
Defined in: type/OrderlistSearchInput.ts:43
List of product sources
sortInputs?
optionalsortInputs?:OrderlistSortInput[]
Defined in: type/OrderlistSearchInput.ts:49
Inputs to sort by
type?
optionaltype?:OrderlistType
Defined in: type/OrderlistSearchInput.ts:27
Orderlist type. One of: [POSITIVE, NEGATIVE]
userIds?
optionaluserIds?:number[]
Defined in: type/OrderlistSearchInput.ts:33
List of user ids
userSources?
optionaluserSources?:SourceInput[]
Defined in: type/OrderlistSearchInput.ts:35
List of user sources
validFrom?
optionalvalidFrom?:DateSearchInput
Defined in: type/OrderlistSearchInput.ts:25
Search by valid from
validTo?
optionalvalidTo?:DateSearchInput
Defined in: type/OrderlistSearchInput.ts:23
Search by valid to