Currently only data from answer with status code "200" can be saved in yotpo_rich_snippets table:
if ($res["status"] != 200) {
//product not found or feature disabled.
return [];
}
If you'll save the products without reviews (404 status) in yotpo_rich_snippets table the quantity of API queries can be reduced and using the rich snippets API can be faster.
Currently only data from answer with status code "200" can be saved in
yotpo_rich_snippets
table:If you'll save the products without reviews (404 status) in
yotpo_rich_snippets
table the quantity of API queries can be reduced and using the rich snippets API can be faster.