POST Create Responsible Person
Create Responsible Person Seller Required scope: seller.product.basic Add a new EU responsible person who ensures a seller's products comply with EU regulations. The provided information will be automatically translated into all EU languages supported by TikTok Shop.
- Use the Search Responsible Persons API
to obtain the translations.
- Use the Partial Edit Responsible Person API
to edit the translations, if necessary.
- When creating a product, pass the returned responsible_person_id to associate the product with the responsible person.
Target seller: Local sellers operating in EU countries Version 202409
POST/product/202409/compliance/responsible_persons
Request
Header
| Properties | Type | Description |
|---|---|---|
| content-type Required | string | Allowed type: application/json |
| x-tts-access-token Required | string | The seller access_token value from Get Access Token, when user_type = 0. Follow this guide to get seller access_token. |
Query
| Properties | Type | Description |
|---|---|---|
| app_key Required | string | Every single app will have a unique key. Please use the specific key assigned to your app. |
| sign Required | string | Signature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders. |
| timestamp Required | int | Unix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time. |
Body
| Properties | Type | Description |
|---|---|---|
| name Required | string | The responsible person name.Max length: 200 characters |
| email Required | string | The email address of the responsible person. |
| phone_number Required | object | The phone number of the responsible person. |
| address Required | object | The residential address of the responsible person. |
| locale | string | The BCP-47 locale code representing the language used for specifying the responsible person information.Possible values:- de-DE- en-IE- es-ES- fr-FR- it-ITDefault: The locale of the seller's registered business address.Note: The information provided will be automatically translated into all EU languages supported by TikTok Shop. Ensure the locale matches the language used in field values to avoid inaccurate translations. |
Example
CurlGoNode.jsJavaEnable word wrap
Response Parameters
| Properties | Type | Description |
|---|---|---|
| code | int | The success or failure status code returned in API response. |
| message | string | The success or failure messages returned in API response. Reasons of failure will be described in the message. |
| request_id | string | Request log |
| data | object | Specific return information |
Example
JSONEnable word wrap
Error Code
View common error codes
| Code | Message | | --- | --- | | 38023022 | Invalid responsible person's name | | 38023024 | Invalid responsible person's address | | 38023025 | Internal error | | 38023026 | Invalid EU country | | 38023027 | Number of responsible person exceeds the limit | | 38023028 | Invalid EU phone country code | | 38023041 | Invalid phone number length | | 38023042 | Invalid email format | | 38023043 | Invalid address length | | 38023044 | Invalid name length | | 38023050 | Operation is not supported for global seller |
Is this content helpful?Helpful
Not Helpful
PreviousNext