Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

Field

Description

int totalResults

The total number of items found

currentPage

The current page of results

totalPages

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.

  • No labels