Skip to main content

POST Creator Search Open Collaboration Product

Creator Search Open Collaboration Product Creator Required scope: creator.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. Creators can only search for open collaboration within the regions they are registered in the affiliate. Version 202405

POST/affiliate_creator/202405/open_collaborations/products/search

Request

Header

PropertiesTypeDescription
content-type RequiredstringAllowed type: application/json
x-tts-access-token RequiredstringThe creator access_token value from Get Access Token, when user_type = 1. Follow this guide to get creator 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_tokenstringPagination offset determines where you begin to search for. It's empty when raise your first request.
page_size RequiredintThe value of "page_size" must be greater than 0 and less than or equal to 20.
sort_fieldstringThe returned results are sorted by the specified field. Possible values:- commission_rate- product_sales_price- commission- units_soldSpecify the sort order using the sort_order parameter.
sort_orderstringThe sort order for the objects in the response. Default: ASCPossible values:- ASC: Ascending order- DESC: Descending order

Body

PropertiesTypeDescription
title_keywords[]stringA list of product keywords for searching. 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_rangeobjectThe commission rate of the searched product needs to be limited within this range.

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