Schema Documentation
ProductDownload
Description
A product object
Fields
Field Name | Description |
---|---|
allowedFileType - Boolean | Is file allowed |
downloadId - String! | Product download ID |
file - String | Download file |
fileExists - Boolean | Validate file exists |
fileExt - String | File extension |
filePathType - String | Type of file path set |
fileType - String | File type |
name - String | Product download name |
Example
{"allowedFileType":false,"downloadId":"xyz789","file":"abc123","fileExists":true,"fileExt":"xyz789","filePathType":"abc123","fileType":"xyz789","name":"abc123"}