Product Files [API]
| Description |
List available Product Files |
| Action |
GET |
| URL |
<your URL here>/api/product_files |
| Sample request parameters |
product_id=1000 |
| Sample Successful Response |
[
{
"id": 6,
"product_id": 82,
"title": "Specs",
"filename": "foobar.pdf",
"url": "https://yourb2bstore.b2bwave.com/product_files/6/download/TgmXFS80tWJe1T3IddBhj4GhM/foobar.pdf",
"created_at": "2026-01-19T16:28:47.000+02:00",
"updated_at": "2026-01-19T16:28:47.000+02:00"
},
{
"id": 7,
"product_id": 619,
"title": "Manual",
"filename": "foobar.pdf",
"url": "https://yourb2bstore.b2bwave.com
/product_files/7/download/0SuM1ERz2GsqHNh9L3Cg7QxFO/foobar.pdf",
"created_at": "2026-01-19T16:29:21.000+02:00",
"updated_at": "2026-01-19T16:29:21.000+02:00"
}
]
|