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 ID. |
downloadsRemaining - Int | Number of times the item can be downloaded. |
id - ID! | Downloadable item unique identifier |
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,"id":4,"name":"xyz789","product":Product,"url":"abc123"}