Skip to main content

POST Partial Edit Responsible Person

Partial Edit Responsible Person Seller Required scope: seller.product.basic Edit the details of an EU responsible person in the EU languages supported by TikTok Shop. Include the locale code to edit the responsible person's information in a particular language. Target seller: Local sellers operating in EU countries Note:

  • Updates are handled per top-level property, so all non-empty fields within an updated object must be supplied to prevent overwriting with blanks.
  • For top-level properties (e.g. name, email) that are not nested in an object, you can update them individually. Omitting these properties in the request will leave them unchanged.
  • If you need to edit any nested property within an object, you must provide values for all nested properties of that object. Any omitted nested properties will be overwritten with blanks. For example, if you want to update phone_number.local_number, you must also include the country_code property to avoid data loss for that property. Version 202409

POST/product/202409/compliance/responsible_persons/{responsible_person_id}/partial_edit

Request

Path

PropertiesTypeDescription
responsible_person_id RequiredstringThe responsible person ID in TikTok Shop.

Header

PropertiesTypeDescription
content-type RequiredstringAllowed type: application/json
x-tts-access-token RequiredstringThe seller access_token value from Get Access Token, when user_type = 0. Follow this guide to get seller access_token.

Query

PropertiesTypeDescription
app_key RequiredstringEvery single app will have a unique key. Please use the specific key assigned to your app.
sign RequiredstringSignature generated by gen algorithm. When you send API requests to TTS, you must sign them so that TTS can identify the senders.
timestamp RequiredintUnix timestamp GMT (UTC+00:00). This timestamp is used across all API requests. Developers can use this convert to local time.

Body

PropertiesTypeDescription
namestringThe responsible person name.Max length: 200 characters
emailstringThe email address of the responsible person.
phone_numberobjectThe phone number of the responsible person.
addressobjectThe residential address of the responsible person.
localestringThe 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

PropertiesTypeDescription
codeintThe success or failure status code returned in API response.
messagestringThe success or failure messages returned in API response. Reasons of failure will be described in the message.
request_idstringRequest log
dataobjectSpecific 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 | | 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 | | 38023051 | Resource not found | | 38023052 | Seller is not authorised to access resource |

Is this content helpful?Helpful

Not Helpful

PreviousNext