Get TikTok Shop product
Returns detailed catalog data for a TikTok Shop product page URL, including offer and media fields when the page resolves. Response shape may change as the catalog updates.
Operation
/v1/tiktok/productsHeaders
API key (`sfk_...`)
Parameters
Public TikTok Shop product detail page URL for the product to retrieve.
min 1 chars · max 4096 chars
Optional country or region code for the product catalog. When omitted, the default catalog region applies.
one of: US, GB, DE, FR, IT, ID, MY, MX, PH, SG, ES, TH, VN, BR, JP, IE
Response fields
Endpoint-specific response payload.
Product detail data from the catalog, when the product page could be resolved.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
Responses
Product detail for the given product page URL.
Error codes
Store products
Lists products for a TikTok Shop store URL with cursor-based pagination and an optional region. When `data.page.hasMore` is true, pass `data.page.nextCursor` as the `cursor` query parameter on the next request.
Product reviews
Returns customer reviews for a TikTok Shop product. Pass a public product page `url`, a `productId`, or both. Results are page-based; use `data.page.nextPage` as the `page` query parameter on the next request when `data.page.hasMore` is true. `data.lookupStatus` is `not_found` when the product cannot be resolved.