TikTok Shop - Search records action

The Search records action retrieves a list of TikTok Shop records that match your search criteria. This action currently only supports the Order object.

Input

Input FieldDescription
Page sizeThe maximum number of records to return in a single response.
Sort orderSelect whether to sort the records in ascending or descending order.
Page tokenAn opaque token used to retrieve the next page of a paginated result set.
Sort fieldSelect a field to sort results by, such as create_time or update_time.
Order statusSpecify an order status to filter results by, for example: UNPAID or ON_HOLD.
Create time greater thanSpecify a Unix timestamp to only show orders created on or after that date and time.
Create time less thanSpecify a Unix timestamp to only show orders created before that date and time.
Update time greater thanSpecify a Unix timestamp to only show orders updated on or after that date and time.
Update time less thanSpecify a Unix timestamp to only show orders updated before that date and time.
Shipping typeSelect a delivery method to filter results by, such as TIKTOK or SELLER.
Buyer user IDSpecify the user ID of a buyer to filter results by.
Is buyer request cancelFilter results by whether the buyer has initiated an order cancellation request.
Warehouse IDsSpecify a pickup or sales warehouse ID to filter results by. This field is only applicable if the multi-warehouse feature is enabled in TikTok Shop.

Output

Output FieldDescription
CodeThe success or failure message returned in the API response.
MessageAn object detailing the product prices.
Request IDA unique customer ID.
CompanyA log of requests.
OrdersAn object containing details about retrieved records, such as their ID, Shipping type , Status, and the User ID of the buyer. Refer to TikTok Shop's Get Order Detail documentation for more information.

Last updated: