Skip to main content

POST Seller Search Affiliate Open Collaboration Product

Seller Search Affiliate Open Collaboration Product Shop Required scope: seller.affiliate_collaboration.read This API is used to search the information of products with open collaboration by category, commission rate, and keywords. It will return all products on the TikTok Shop Affiliate Product Marketplace that are in an open collaboration. Sellers can only search for open collaboration within the regions they are registered to sell in. Version 202405

POST/affiliate_seller/202405/open_collaborations/products/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.
sort_orderstringThe sort order for the sort_field parameter. Default: ASCPossible values:- ASC: Ascending order- DESC: Descending order
sort_fieldstringThe returned results will be sorted by the specified field. See the description of the field values in the request body for more information about each field.Default: commission_ratePossible values:- commission_rate- product_sales_price- commission- units_sold
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.
page_size RequiredintThe number of results to be returned per page. Valid range: [1-20].
shop_cipher RequiredstringUse this property to pass shop information in requesting the API. Failure in passing the correct value when requesting the API for cross-border shops will return incorrect response. Get by API Get Authorization Shop

Body

PropertiesTypeDescription
title_keywords[]stringA list of product keywords. Product titles, or names, are loosely matched. Keywords in the list form a query and the resulting set of matching product names is based on the conjunctive operator AND between each keyword. For example, the keyword list ["Men", "Fashion"] creates a query "Men" AND "Fashion" and the resulting set of matching product names contains the loosely matched conjuction of "Men" and "Fashion" such as "Male Fashionable". Maximum length of the list is 20 keywords. Maximum keyword string length is 255 characters.
sales_price_rangeobjectRestricts the products in the search results to those with prices greater than or equal to the expressed minimum price and less than the expressed maximum price
categoryobjectRestricts the products in the search results to those that are associated with the expressed product category.
commission_rate_rangeobjectRestricts products in the search results to those with a commision rate greater than the expressed minimum commission rate and less than the expressed maximum commission rate.

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 | | --- | --- | | Empty. No business logic error codes. |

Is this content helpful?Helpful

Not Helpful

PreviousNext