Skip to main content

This type defines the fields used to control the pagination of the result set.

Types that use PaginationInput

ProductRequestSpecificationRequest

Calls that use PaginationInput

Fields

Field
Type
Description
limit
The max number of items, from the current result set, returned on a single page.

Note: For getProductCompatibilities, the max value is 100. If no limit is specified, this field defaults to the max value.
offset
The number of items that will be skipped in the result set before returning the first item in the paginated response.

Combine offset with limit to control the items returned in the response. For example, if you supply an offset of 10 and a limit of 20, the first page of the response contains items 11-30 from the complete result set.

Default: 0