GraphQL OBJECT

ProductContentSettings

Content settings of the product.

link Definition

  • type ProductContentSettings {
  • # Pop-up information bubble that is used to display more information about a
  • # product in the cart.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • popupCartInformation(languageIds: [LanguageEnum]): [LocalizedString]
  • # Information about the product delivery method, such as download, email, and so
  • # on, in the delivery section of the cart.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • deliveryTextHtmls(languageIds: [LanguageEnum]): [LocalizedString]
  • # Information about the product delivery method, such as download, email, and so
  • # on, in the delivery section of a PDF document.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • deliveryTextPdfs(languageIds: [LanguageEnum]): [LocalizedString]
  • # Icon that illustrates the delivery type in the cart.
  • deliveryImage: ClientWebbinary
  • # Additional information that further explains your volume pricing.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • priceScaleNoteHtmls(languageIds: [LanguageEnum]): [LocalizedString]
  • # Description that displays when this product is used in a recommendation and/or
  • # cleverbridge-hosted catalog.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • descriptions(languageIds: [LanguageEnum]): [LocalizedString]
  • # Short description that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • shortDescriptions(languageIds: [LanguageEnum]): [LocalizedString]
  • # Description of system requirements that displays when this product is used in a
  • # recommendation and/or cleverbridge-hosted catalog.
  • #
  • # Arguments
  • # languageIds: Array of relevant languageIds.
  • systemRequirements(languageIds: [LanguageEnum]): [LocalizedString]
  • # Large product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • bigImages: [LocalizedClientWebbinary]
  • # Medium product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • mediumImages: [LocalizedClientWebbinary]
  • # Small product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • smallImages: [LocalizedClientWebbinary]
  • # Banner image that displays when this product is used in a recommendation.
  • recommendationBannerImages: [LocalizedClientWebbinary]
  • }