GraphQL INPUT_OBJECT

ProductDeliveryDownloadOptionsInput

Input for download options of a given product.

link Definition

  • input ProductDeliveryDownloadOptionsInput {
  • # ID of the file that customers download through a link.
  • downloadFileId: Int
  • # Number of days for which the download link is valid.
  • linkValidityInDays: Int
  • # Descriptive information that displays with the download link on the confirmation
  • # page and in the confirmation email.
  • descriptions: [LocalizedStringInput]
  • # Two-character ID of the language, see ISO 639-1. Download is only shown when
  • # customer orders in this language. If set to null it is shown in all languages.
  • languageId: LanguageEnum
  • }