GraphQL OBJECT
ProductDeliveryDownloadOptions
link Definition
- type ProductDeliveryDownloadOptions {
- # File that customers download through a link.
- ClientFile :
- # Number of days for which the download link is valid.
- Int :
- # Descriptive information that displays with the download link on the confirmation
- # page and in the confirmation email.
- LocalizedString] : [
- # Download is only shown when customer orders in this language.
- Language :
- }