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 Read{
"question": "\"14dbaf07-b257-4ab2-b277-310f14e95672\"",
"answer": "\"Yup, this product has batteries included.\"",
"user": 6
}curl --location --request GET 'https://api.zid.sa/v1/products/399e381e-7c58-4148-aa26-7f959f4bf22b/questions/1ef1cc35-79e7-40b7-a9b2-989fd5895859/answers' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"question": "\"14dbaf07-b257-4ab2-b277-310f14e95672\"",
"answer": "\"Yup, this product has batteries included.\"",
"user": 6
}'{
"count": 0,
"next": "string",
"previous": "string",
"results": [
{
"id": "string",
"question": "string",
"product": "string",
"deleted": "string",
"created_at": "string",
"updated_at": "string",
"answer": "string",
"user": "string"
}
]
}