DownloadableLink
DownloadableLink is an auto generated table. The supported operations are Insert, Update, Delete, and Querying data from this table.
Table Specific Information
Select
The add-in uses the AdobeCommerce API to filter the results by Sku while the rest of the filter is executed client side within the add-in.
You must specify the Sku column in the WHERE clause to retrieve results from DownloadableLink. Sku can be used only with the equals (=) operator.
For example:
SELECT * FROM [DownloadableLink] WHERE Sku = '123'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Sample(or link) id |
| Sku | String | False |
sku |
| ExtensionAttributes | String | False |
This is an auto-generated column |
| IsShareable | Int | False |
Shareable status |
| LinkFile | String | False |
relative file path |
| LinkFileContent | String | False |
This is an auto-generated column |
| LinkType | String | False |
This is an auto-generated column |
| LinkUrl | String | False |
Link url or null when type is 'file' |
| NumberOfDownloads | Int | False |
Of downloads per user |
| Price | Double | False |
Price |
| SampleFile | String | False |
relative file path |
| SampleFileContent | String | False |
This is an auto-generated column |
| SampleType | String | False |
This is an auto-generated column |
| SampleUrl | String | False |
file URL |
| SortOrder | Int | False |
This is an auto-generated column |
| Title | String | False |
This is an auto-generated column |