Skip to main content

POST Search Manufacturers

Search Manufacturers Seller Required scope: seller.product.basic Retrieve a list of manufacturers in the EU languages supported by TikTok Shop based on their IDs or keyword. When creating a product, pass the returned manufacturer_id to associate the product with the manufacturer. Target seller: Local sellers operating in EU countries Version 202501

POST/product/202501/compliance/manufacturers/search

Request

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.
page_size RequiredintThe number of results to be returned per page. Valid range: [1-100]
page_tokenstringAn opaque token used to retrieve the next page of a paginated result set. Retrieve this value from the result of the next_page_token from a previous response. It is not needed for the first page.

Body

PropertiesTypeDescription
manufacturer_ids[]stringFilter results by these manufacturer IDs.Max IDs: The value of page_size
keywordstringFilter results to show those that contain this keyword.Search scope: name, registered trade name, local_number, emailMax length: 200 charactersNote: Provide either the manufacturer_ids or keyword; if both are provided, manufacturer_ids will take priority.
locales[]stringThe BCP-47 locale codes for displaying the manufacturer information.Default: The locale of the seller's registered business address.Possible values:- de-DE- en-IE- es-ES- fr-FR- it-IT

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 | | --- | --- | | 38023025 | Internal error | | 38023047 | Invalid page size | | 38023048 | Invalid page token | | 38023049 | The number of ids is larger than page size | | 38023050 | Operation is not supported for global seller | | 38023057 | Unsupported locale | | 38023060 | Invalid phone number availability. Supported values: AVAILABLE, UNAVAILABLE |

Is this content helpful?Helpful

Not Helpful

PreviousNext