...
Code Block |
---|
{
files: [
{
"id": "d2f48dkad267a86d2858244d0c2c1937",
"name": "The-name-of-the-file.pdf",
"url": "https://beta-api.ambita.com/shopping/v2/assets/d2f48dkad267a86d2858244d0c2c1937",
"productCategory": "SOME_cATEGORY"
},
...
]
} |
You should store the id
together with the file, to know if you have downloaded the file previously.
...