Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ProductSearchOutputRepresentation

Output representation of the product search response
Property Name Type Description Available Version
currencyIsoCode String Three-letter ISO 4217 currency code associated with the product. 59.0
facets List<ConnectApi.ProductSearchFacetOutputRepresentation> A list of facet names to filter the search.For example, ["size_medium", "color_red"]. 59.0
locale String Locale used for the product search. 59.0
pageNumber Integer Maximum number of search results pages to return. If you don't specify a value, the default is 1. 59.0
pageSize Integer Number of items per page. Valid values are from 1 through 100. If you don’t specify a value, the default size is 20. 59.0
products List<ConnectApi.ProductSearchProductOutputRepresentation> List of products found by the search. 59.0
totalRecordsFound Integer Total products found. 59.0