odoo-interation includes tiktok shop, woocommerce,...
- Service app in Tiktok Partner Center
- Test account shoper/buyer tikok
- An domain with ssl certificate to run webhook(You can use ngrok)
- Odoo
Clone this project
git clone https://github.com/RealTun/odoo-integration
cd odoo-integration
composer install
cp .env.example .env
php artisan key:generate
- Let enter the necessary keys in env file
Start the server
php artisan serve
- Use ngrok to localhost to domain
ngrok http --url=static_domain port
+ replace with the static_domain that ngrok has chosen for free
+ replace port you running server in previous step
- Go to service app in Partner Center change URL callback to: yourdomain/api/tiktok/auth/callback
- Go to automations rules create trigger, choose model and trigger then add action is Send Webhook Notification, pick some fields you want, then fill url webhook:
yourdomain/api/odoo/webhook
You can see routes in api.php then let use and test :D