Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Inventory (stock) • Sales (sale_management) • Invoicing (account) |
Lines of code | 909 |
Technical Name |
hh_tiktok_shop |
License | OPL-1 |
Versions | 16.0 17.0 18.0 |
Demo
How to use
Setting Up the TikTokShop API Connection
To start using the TikTokShop module in Odoo, you need to create a TikTokShop Partner account and link it to your Shop. Here are the steps:
Step 1: Log in and Create a Partner API Account on TikTok Shop
Go to the TikTokShop API homepage at https://partner.tiktokshop.com/ and click on Join now.
Enter your Email and click Send code. A verification code will be sent to the email you registered. Once you receive the email, enter the code, create a password, confirm the password, and finally click Register.
Step 2: Create a Personal Profile and Verify Seller Identity
After creating your account, go to the My Account menu on the left. Then click on Profile and select Start.
Here, select and fill out each section as shown in the image. In the Business Category section, choose the following options in order:
- App Developer
- Internal Developer of the Seller
- TikTok Shop Seller
Then click Next.
Choose the Email verification method as shown below:
Enter the email you used to register your TikTokShop store, click Send code, and enter the code that is sent to you. Then click Verify.
After successful verification, you will receive a notification as shown below. At this point, click Create Service Now and proceed to Step 3.
Step 3: Create an API App
If you didn't click Create Service Now as shown in the previous image, you can access and create the service as shown below:
Fill in the information as shown in the following two images,
replacing the domain Redirect URL and webhook URL to your website's with format:
URL Redirect:
https://YOUR_ODOO_DOMAIN.com/config-save-authorization
URL Webhook:
https://YOUR_ODOO_DOMAIN.com/tiktok_webhook
then click
Create:
After successful creation, you will be taken to the following interface. There, click Publish.
Select as shown in the image below and then click Publish again.
Once successfully created, you will have an app as shown below:
Click to view detailed information, you must grant API access to get Tiktokshop orders and products, click manage API:
Grant some access like Finance Information, Fulfillment Basic, Global Shop Information, Logistics Basic, Order Information, Product Basic, Product Delete & Recover, Shop Authorized Information...:
It's all, now return screen detailed information, you will see the App ID, App Key, and App Secret to be used in the next step.
Step 4: Link the Created App with the Odoo System
Go to the TikTokShop menu, fill in the App ID, App Key, and App Secret from the app created in Step 3.
Click the GET ACCESS TOKEN button to link to your shop, and you will be directed to the Authorize page. Select YOUR AREA as shown:
After selecting YOUR AREA, you will be directed to the login page. Select Login -> use email.
Continue to enter your TikTokShop store email and password, then click the Login button.
After logging in, fill in the details as shown below and select Confirm Installation:
Next, click Authorize.
Finally, you will be redirected back to your business website. Return to the TikTokShop menu to check the Auth Token, Access Token, and shop information.
You can assign sales staff and warehouse locations to each store.
Synchronizing TikTokShop Orders with the System
Go to the Sales menu, click the Fetch TikTokShop order button next to the New button
In the Popup window, select the date to fetch order data, then click Fetch Data and wait while the system retrieves the orders.
After successfully fetching, refresh the page to view the TikTokShop orders that have been created.
Note: This action sync also sync Tiktok shop products which in Tiktok orders that you synced, if you manually created products on Odoo before and don't want to sync the new one, please fill Tiktok product ID for product template and SKU ID for product variants as image:
Note: You only need to fetch orders the first time you use Odoo or when the server encounters an issue. Under normal conditions, new orders are automatically updated in real-time to the system.
Support & Assistance
For any inquiries or assistance regarding the TiktokShop Sync Order, please contact me at hieu.hoang121199@gmail.com.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module