6 lines
281 B
JavaScript
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!
|
|
})()
|