Skip to main content

BaseProductsResponse

Paginated response containing base products

type BaseProductsResponse {
items: [BaseProduct!]!
itemsFound: Int!
offset: Int
page: Int
pages: Int
start: Int!
end: Int!
}

Fields

BaseProductsResponse.items ● [BaseProduct!]! non-null union

Array of base products for current page

BaseProductsResponse.itemsFound ● Int! non-null scalar

Total number of items found

BaseProductsResponse.offset ● Int scalar

Number of items to skip

BaseProductsResponse.page ● Int scalar

Current page number (1-based)

BaseProductsResponse.pages ● Int scalar

Total number of pages

BaseProductsResponse.start ● Int! non-null scalar

Starting index for current page

BaseProductsResponse.end ● Int! non-null scalar

Ending index for current page

Returned By

baseProducts query

Member Of

Category object