general setup
This commit is contained in:
5
api/hooks/products/post_validate.js
Normal file
5
api/hooks/products/post_validate.js
Normal file
@@ -0,0 +1,5 @@
|
||||
;(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!
|
||||
})()
|
||||
Reference in New Issue
Block a user