Schema Documentation
DownloadableItem
Description
A downloadable item
Fields
Field Name | Description |
---|---|
accessExpires -
String | The date the downloadable item expires |
download -
ProductDownload | ProductDownload of the downloadable item |
downloadId -
String! | Downloadable item unique identifier |
downloadsRemaining -
Int | Number of times the item can be downloaded. |
name -
String | Name of the downloadable item. |
product -
Product | Product of downloadable item. |
url -
String | Download URL of the downloadable item. |
Example
{"accessExpires":"xyz789","download":ProductDownload,"downloadId":"xyz789","downloadsRemaining":123,"name":"abc123","product":Product,"url":"abc123"}