Skip to main content

Product comparison page objects

The product comparison page is accessible after a user selects two to four products to compare on the listing page (see Listing page objects) and clicks Compare.

The comparison page includes the comparableProducts array, which contains the following information about the selected products.

PropertyDefinition
idProduct ID number
nameProduct name
descriptionProduct description
profileLogoUrlProduct profile logo URL
featuresArray of product features
startingPriceContains the following product price information:
  • currency: Three-letter currency ISO currency code, for example USD
  • symbol: Currency symbol, for example $
  • frequency: Payment frequency details
    • label: Payment frequency label text, for example Month
    • shortLabel: Abbreviated label, for example Mo
    • id: Frequency ID, for example ONE_TIME, MONTHLY, YEARLY, and so on
  • price: Product price without currency symbol, for example 15.99
  • priceCaption: Text that accompanies the price, for example Starting at
  • formattedPrice: Product price with currency symbol, for example $15.99
  • formattedFullPrice: Product price with currency symbol and payment frequency, for example $15.99/Mo
tagsArray of product tags such as categories or attributes, for example Office Productivity
developerName of the product developer
ratingProduct rating out of five stars
numberOfReviewNumber of product reviews
editionNamesArray of product edition names
urlProduct profile page URL

Was this page helpful?