Skip to main content

Interface: ProductsRawResponse

Defined in: type/ProductsRawResponse.ts:5

Object class for ProductsRawResponse

Properties

end

end: number

Defined in: type/ProductsRawResponse.ts:19

Ending index for current page


items

items: Product[]

Defined in: type/ProductsRawResponse.ts:7

Items returned by the query for the current page.


itemsFound

itemsFound: number

Defined in: type/ProductsRawResponse.ts:9

Total number of items found


offset?

optional offset?: number

Defined in: type/ProductsRawResponse.ts:11

Number of items to skip


page?

optional page?: number

Defined in: type/ProductsRawResponse.ts:13

Current page number (1-based)


pages

pages: number

Defined in: type/ProductsRawResponse.ts:15

Total number of pages


start

start: number

Defined in: type/ProductsRawResponse.ts:17

Starting index for current page