tibi-docs/api/hooks/products/post_validate.js

6 lines
281 B
JavaScript
Raw Normal View History

2024-03-11 18:14:31 +01:00
;(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!
})()