SearchResult

This is the result from making a call to ultraCart.search().

Field

Type

Description

currentPage

integer

The current page of results

items

SearchItemResult [ ]

An array of SearchItemResult objects.

totalResults

integer

The total number of items found

totalPages

integer

The total number of pages. This is based on the number of items found, and the itemsPerPage values submitted with the search.