product
as a path parameter.products.read_write
- Products Read & WriteAuthorization: Bearer ********************
curl --location --request POST 'https://api.salla.dev/admin/v2/products//digital-files' \
--form 'file=@""' \
--form 'file_name=""'
{
"status": 201,
"success": true,
"data": {
"name": "YDKLARAVEL",
"url": "https://drive.google.com/file/d/1f1PJKAGj_09LH7jZTi0X7rydbR_XGvnN/view?usp=sharing",
"size": 297
}
}