I'm quite new to laravel and thus I exactly don't know which services to use for the following thing I'm trying to do:
- When the user inputs his credentials for Woocommerce, Amazon Mws Shopify etc, I need to get the data from their API's and store them in my database to display as datatables.
- At a set interval of time, the data should automatically update to reflect the latest changes/additions from the respective endpoints.
An outline of the process can greatly help.