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":"abc123","filePathType":"xyz789","fileType":"abc123","name":"abc123"}