Skip to main content

List Transactions

GET 

//:domain/api/tiktok-shop/transactions

Paginated list of TikTok Shop transactions (statement transactions) across integration instances. Supports Spatie QueryBuilder filters and sorts.

Allowed filters: integration_instance_ids (comma-separated), transaction_type (exact), currency (exact), tiktok_transaction_id (exact), adjustment_id (exact), associated_order_id (exact), related_order_id (exact), transaction_time_from/transaction_time_to (Y-m-d or m/d/Y), statement_time_from/statement_time_to, amount_min/amount_max (numeric), search (matches across tiktok_transaction_id, related_order_id, adjustment_id, associated_order_id, transaction_type, settlement_id).

Allowed sorts: id, tiktok_transaction_time, statement_time, amount, net_amount, settlement_amount, fee_amount, created_at, updated_at. Prefix with - for desc.

Request

Responses

Successful response