Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
products.read - Products Readcurl --location --request GET 'https://api.zid.sa/v1/products/a7ad89d0-03e2-430f-b6e4-0624ef05e571/downloadables/' \
--header 'Authorization: {{Autherization}}' \
--header 'Store-Id: 3' \
--header 'Accept-Language: en' \
--header 'X-manager-Token: {{Access-Token}}' \
--header 'Role: Manager' \
--header 'Currency: SAR'{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"id": "f2f3ff33-a68e-498a-a052-0ea1bbddc144",
"product_id": "5af835b7-1a37-4401-a3fc-6d9007c44c8f",
"file": {
"url": "https://www.editage.com/info/file/most-common-reasons-for-journal-rejections.pdf",
"key": "9fc92996-ffbe-4bca-9b8e-6682137fe7b6/product-downloadables/8244389b-8fe3-47dc-85ae-2f8e9e95f899",
"meta": {
"content_length": 278103,
"content_type": "binary/octet-stream",
"content_encoding": null
}
},
"display_name": "most-common-reasons-for-journal-rejections",
"display_order": null,
"is_enabled": true,
"is_external": true
}
]
}