tibi-docs/api/hooks/products/post_validate.js
2024-03-11 17:26:10 +00:00

6 lines
281 B
JavaScript

;(function () {
// fetch all products from bigCommerce and save/update them in the database
// pay attention to the avg. product rating, should also be inserted into BigCommerce with every update,
// so the product requests dont have to be repeated -> Perfomance!
})()