Skip to main content

Interface: ProductsResponse

Defined in: type/ProductsResponse.ts:6

Object class for ProductsResponse

Properties

end

end: number

Defined in: type/ProductsResponse.ts:20

End position of the current page


filters?

optional filters?: AttributeFilter[]

Defined in: type/ProductsResponse.ts:26

filters field


items

items: IBaseProduct[]

Defined in: type/ProductsResponse.ts:8

List of items of type ProductResultUnion


itemsFound

itemsFound: number

Defined in: type/ProductsResponse.ts:10

Total number of items found


maxPrice

maxPrice: number

Defined in: type/ProductsResponse.ts:24

The highest price of a product in this productlist


minPrice

minPrice: number

Defined in: type/ProductsResponse.ts:22

The lowest price of a product in this productlist


offset

offset: number

Defined in: type/ProductsResponse.ts:12

The amount of items to show per page


page

page: number

Defined in: type/ProductsResponse.ts:14

The current page


pages

pages: number

Defined in: type/ProductsResponse.ts:16

Total amount of pages


start

start: number

Defined in: type/ProductsResponse.ts:18

Start position of the current page