Schema Documentation
DownloadableProduct
Description
A downloadable product.
Fields
Field Name | Description |
---|---|
databaseId - Int! | Product or variation ID |
downloadExpiry - Int | Download expiry |
downloadLimit - Int | Download limit |
downloadable - Boolean | Is downloadable? |
downloads - [ProductDownload] | Product downloads |
id - ID! | Product or variation global ID |
virtual - Boolean | Is product virtual? |
Possible Types
DownloadableProduct Types |
---|
Example
{"databaseId":987,"downloadExpiry":123,"downloadLimit":123,"downloadable":true,"downloads":[ProductDownload],"id":4,"virtual":true}