GraphQL OBJECT

ProductDeliveryDownloadOptions

link Definition

  • type ProductDeliveryDownloadOptions {
  • # File that customers download through a link.
  • downloadFile: ClientFile
  • # 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: [LocalizedString]
  • # Download is only shown when customer orders in this language.
  • language: Language
  • }