| download_id | string The unique ID for this download |
| date_created | string The date this download was created. |
| product_id | integer The product ID associated with this download. |
| order_id | integer The order ID associated with this download. |
| download_count | integer The number of times the user has downloaded this item. |
| download_file_name | string The filename for this download item. |
| is_amazon | boolean Is the download hosted on Amazon S3 |
| amazon_key | string The key for Amazon S3, if applicable. |
{- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}This allows you to get a list of downloads
Successful operation
Unauthorized
[- {
- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}
]This allows you to add a new download
Submit any or all elements to add a new download.
Successful operation
Unauthorized
{- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}{- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}This allows you to get a download from your store by download ID
Successful operation
Unauthorized
{- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}This allows you to update a download
Submit any or all elements to update the download.
Successful operation
Unauthorized
{- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}{- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}This allows you to delete a download from your store
Successful operation
Unauthorized
{- "download_id": "string",
- "date_created": "string",
- "product_id": 0,
- "order_id": 0,
- "download_count": 0,
- "download_file_name": "string",
- "is_amazon": true,
- "amazon_key": "string"
}