Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

int totalResults

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

currentPage

The current page of results

totalPages

totalPages

integer

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

[SearchItemResult] items

An array of SearchItemResult objects.