TikTok Shop icon

TikTok Shop

Handle TikTok Shop token exchanges, seller insights, order management, finance reconciliation, product catalog queries, and logistics lookups

Overview

This node integrates with TikTok Shop APIs to perform various operations related to token management, seller insights, product catalog management, order processing, financial reconciliation, logistics, and fulfillment. It supports multiple groups of operations such as token exchange, seller data retrieval, product search and management, order handling, financial data queries, logistics information, and fulfillment package management. The node is useful for automating and managing TikTok Shop workflows, such as refreshing access tokens, searching products, managing orders, retrieving financial statements, and handling shipments.

Use Case Examples

  1. Refreshing an access token using a refresh token to maintain API access.
  2. Searching the product catalog with pagination and filters to display products.
  3. Retrieving a list of active shops for a seller to monitor shop status.
  4. Getting detailed order information for order management and fulfillment processing.

Properties

Name Meaning
Group Specifies the category of TikTok Shop operations to perform, such as token, seller, product, orders, finances, logistics, or fulfillments.
App Key The application key used for authenticating API requests.
App Secret The application secret used for authenticating API requests.
Proxy Optional proxy URL to override the default proxy settings for the API requests.
Access Token Access token used for authenticated API requests in seller, product, orders, finances, logistics, and fulfillments groups.

Output

JSON

  • json - The JSON response from the TikTok Shop API for the selected operation, containing data such as tokens, seller info, product details, orders, financial records, logistics info, or fulfillment package data.

Dependencies

  • TikTok Shop API

Troubleshooting

  • Ensure that the required credentials (App Key, App Secret, Access Token, Refresh Token, Authorization Code) are provided and valid for the selected operation.
  • Verify that required parameters like shop cipher, product ID, order ID, package ID, and payloads are correctly set and formatted as JSON where applicable.
  • Check proxy settings if API requests fail due to network issues.
  • Common error messages include missing required parameters, invalid JSON payloads, unsupported operations, and exceeding limits (e.g., maximum number of product IDs or order IDs). Resolving these involves providing the correct inputs and adhering to API constraints.

Discussion