Integrate TikTok Shop API with 3rd Party Applications | Get Started with TikTok Shop API

Поделиться
HTML-код
  • Опубликовано: 1 июл 2024
  • In this video I have tried to explain basic concepts of Tiktok Shop API that can get you started quickly to build your integration without exploring the whole API documentation of Tiktok shop. Below are the key moments
    00:00 Intro
    00:33 Register to Tiktok Shop Partner Portal
    02:15 Submit your business details
    04:12 Create app
    06:21 Setup Data Permissons
    07:20 Test your App
    08:08 Tiktok Shop API Rate Limitations
    In case if you want the link to the presentation I used in this video please shoot me an email to sales[@]constacloud[.]com

Комментарии • 5

  • @olccontent3960
    @olccontent3960 24 дня назад +1

    I have a customer is tik tok shop seller, i just want to get his tik tok shop data like order detail and etc to my window base system through API, is that possible?

    • @TheAutomationguys
      @TheAutomationguys  23 дня назад

      Hi, yes its entirely possible when you setup the app you will need to redirect the user to localhost of something to get their access token & once you have that token you can make API calls to tiktok shop from your windows app code

  • @somurecartoon
    @somurecartoon 6 месяцев назад

    Hello what is the Redirect URL i have to fill when create app

    • @TheAutomationguys
      @TheAutomationguys  6 месяцев назад

      Hello, the redirect URL needs to be the URL where you want to redirect the user after the authentication is successful. It can be a page of your application. Tiktok shop uses OAuth 2.0 so you can refer OAuth 2.0 tutorials to know more about redirect URL's.