Interface: ProductSearchResponse
Defined in: type/ProductSearchResponse.ts:6
Object class for ProductSearchResponse
Properties
end
end:
number
Defined in: type/ProductSearchResponse.ts:20
End position of the current page
filters?
optionalfilters?:ProductSearchAttributeFilter[]
Defined in: type/ProductSearchResponse.ts:26
filters field
items
items:
IBaseProductSearch[]
Defined in: type/ProductSearchResponse.ts:8
List of items of type ProductResultUnion
itemsFound
itemsFound:
number
Defined in: type/ProductSearchResponse.ts:10
Total number of items found
maxPrice?
optionalmaxPrice?:number
Defined in: type/ProductSearchResponse.ts:24
The highest price of a product in this productlist
minPrice?
optionalminPrice?:number
Defined in: type/ProductSearchResponse.ts:22
The lowest price of a product in this productlist
offset
offset:
number
Defined in: type/ProductSearchResponse.ts:12
The amount of items to show per page
page
page:
number
Defined in: type/ProductSearchResponse.ts:14
The current page
pages
pages:
number
Defined in: type/ProductSearchResponse.ts:16
Total amount of pages
start
start:
number
Defined in: type/ProductSearchResponse.ts:18
Start position of the current page