GraphQL INPUT_OBJECT

CreateProductContentSettingsInput

link Definition

  • input CreateProductContentSettingsInput {
  • # Pop-up information bubble that is used to display more information about a
  • # product in the cart.
  • popupCartInformation: [LocalizedStringInput]
  • # Information about the product delivery method, such as download, email, and so
  • # on, in the delivery section of the cart.
  • deliveryTextHtmls: [LocalizedStringInput]
  • # Information about the product delivery method, such as download, email, and so
  • # on, in the delivery section of a PDF document.
  • deliveryTextPdfs: [LocalizedStringInput]
  • # ID of the icon that illustrates the delivery type in the cart.
  • deliveryImageId: Int
  • # Additional information that further explains your volume pricing.
  • priceScaleNoteHtmls: [LocalizedStringInput]
  • # Description that displays when this product is used in a recommendation and/or
  • # cleverbridge-hosted catalog.
  • descriptions: [LocalizedStringInput]
  • # Short description that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • shortDescriptions: [LocalizedStringInput]
  • # Description of system requirements that displays when this product is used in a
  • # recommendation and/or cleverbridge-hosted catalog.
  • systemRequirements: [LocalizedStringInput]
  • # Large product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • bigImageIds: [localizedIdReferenceInput]
  • # Medium product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • mediumImageIds: [localizedIdReferenceInput]
  • # Small product image that displays when this product is used in a recommendation
  • # and/or cleverbridge-hosted catalog.
  • smallImageIds: [localizedIdReferenceInput]
  • # Banner image that displays when this product is used in a recommendation.
  • recommendationBannerImageIds: [localizedIdReferenceInput]
  • }