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":true,"downloadId":"abc123","file":"abc123","fileExists":false,"fileExt":"abc123","filePathType":"abc123","fileType":"abc123","name":"xyz789"}