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 handle various operations including token management, seller insights, product catalog management, order processing, financial reconciliation, logistics, and fulfillment. It supports refreshing access tokens using an authorization code, which is essential for maintaining authenticated API access. This node is useful for automating TikTok Shop workflows such as updating product listings, managing orders, and retrieving financial data.
Use Case Examples
- Refreshing an access token using an authorization code to maintain API access.
- Retrieving a list of active shops for a seller.
- Searching and managing products in the TikTok Shop catalog.
- Fetching order details and managing external order references.
Properties
| Name | Meaning |
|---|---|
| Group | The category of TikTok Shop API operations to perform, such as token management, seller info, product, orders, finances, logistics, or fulfillments. |
| App Key | The application key required for authenticating API requests. |
| App Secret | The application secret key used alongside the app key for authentication. |
| Proxy | Optional proxy URL to override the default connection for API requests. |
| Access Token | The access token used for authenticated API requests in seller, product, orders, finances, logistics, and fulfillments groups. |
| Authorization Code | The authorization code obtained from the TikTok Shop OAuth flow, required for refreshing the access token. |
Output
JSON
json- The JSON response from the TikTok Shop API corresponding to the requested operation, such as token data, seller info, product details, order data, financial records, logistics info, or fulfillment status.
Dependencies
- TikTok Shop API
Troubleshooting
- Ensure that the App Key and App Secret are correctly provided and not empty, as they are required for all operations.
- For the Refresh Token operation, the Authorization Code must be provided and valid; otherwise, the node will throw an error.
- Shop Cipher is required for many operations related to products, orders, finances, logistics, and fulfillments; missing this will cause errors.
- Payload inputs must be valid JSON objects where required; invalid JSON will cause parsing errors.
- The node limits certain batch operations (e.g., deleting products max 20 IDs, retrieving order details max 50 IDs) to comply with API constraints; exceeding these limits will cause errors.