Skip to main content

Get Orders Containing Product

GET 

//:domain/api/tiktok-shop/integration-instances/:integration_instance_id/products/:tiktok_shop_product_id/orders

Returns a paginated list of TikTok Shop orders that contain this product (orders whose line items reference the product's tiktok_product_id). Used by the product detail page's 'Orders Containing This Product' accordion.

Returns 403 if the product does not belong to the given integration instance.

Pagination: page (default 1), per_page (default 10). Sorted by tiktok_create_time DESC.

Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type