TK 订单利润

TikTok 订单利润

每日重算最近 90 天并覆盖同店铺同订单;更早的历史订单继续保留。已结算毛利率使用 TK 结算单净 GMV。

订单数

6,384

6,188 条已结算

结算单净 GMV

$183,674.97

TK结算单净GMVUSD

未结算预计收入

$7,846.14

预计收入口径

毛利润

$12,038.91

当前筛选订单合计

综合毛利率

6.3%

毛利润 /(净 GMV + 预计收入)

最新任务

失败2026/07/23 03:30:00

数据区间

2026-04-23 至 2026-07-21

来源脚本

build… · cf7f37745bb8

自动刷新

每日 03:30 · Asia/Shanghai

订单利润明细

251275 条,共 6,384

点击订单号查看 sheet 完整字段

店铺订单号下单时间订单状态结算金额净 GMV预计收入平台费用产品成本尾程扣减毛利润毛利率
Jollychefus07/15 06:39DELIVERED$17.62$25.99--$8.37$4.54$0.00$11.2143.1%
Jollychefus07/15 06:37DELIVERED$7.59$19.99--$12.40$3.79$0.00$2.0010.0%
Jollychefus07/15 06:11DELIVERED$15.92$23.99--$8.07$4.46$0.00$9.6440.2%
Jollychefus07/15 05:54COMPLETED$14.30$26.99--$12.69$5.50$0.00$7.0426.1%
Jollychefus07/15 05:43DELIVERED$50.24$66.99--$16.75$25.28$25.78-$4.46-6.7%
Jollychefus07/15 04:32DELIVERED$21.49$24.99--$3.50$5.55$12.61$2.238.9%
Jollychefus07/15 04:25DELIVERED$24.73$41.98--$17.25$8.92$0.00$12.1629.0%
Jollychefus07/15 04:22DELIVERED$11.18$19.99--$8.81$3.89$0.00$5.4227.1%
Jollychefus07/15 03:49DELIVERED$23.39$24.99--$1.60$5.55$12.61$4.1316.5%
Jollychefus07/15 03:27DELIVERED$8.98$19.99--$11.01$3.89$0.00$3.2216.1%
Jollychefus07/15 02:56DELIVERED$43.04$58.19--$15.15$24.29$0.00$14.2524.5%
Jollychefus07/15 02:55IN_TRANSIT--$23.27-$5.59$7.69-$8.2635.5%
Jollychefus07/15 02:49DELIVERED$33.83$35.99--$2.16$6.51$14.45$11.2631.3%
Jollychefus07/15 02:24DELIVERED$17.68$23.27--$5.59$8.07$11.37-$2.76-11.9%
Jollychefus07/15 02:22DELIVERED$16.01$23.27--$7.26$7.17$11.37-$3.70-15.9%
Jollychefus07/15 01:42DELIVERED----$3.95---
Jollychefus07/15 01:41DELIVERED$19.49$25.99--$6.50$4.95$12.61$0.672.6%
Jollychefus07/15 01:32DELIVERED$32.35$39.99--$7.64$12.64$11.67$6.5216.3%
Jollychefus07/15 00:26DELIVERED$22.55$23.99--$1.44$4.29$9.16$7.7932.5%
Jollychefus07/15 00:10DELIVERED$20.51$23.99--$3.48$4.29$11.98$2.9312.2%
Jollychefus07/15 00:01DELIVERED$19.70$23.99--$4.29$4.33$11.98$2.229.3%
Jollychefus07/14 23:19DELIVERED$22.55$23.99--$1.44$4.33$11.98$5.0721.1%
Jollychefus07/14 23:16DELIVERED$13.70$26.99--$13.29$3.55$0.00$8.1930.3%
Jollychefus07/14 23:05DELIVERED$20.63$23.99--$3.36$4.29$11.98$3.0512.7%
Jollychefus07/14 22:42DELIVERED$18.23$23.99--$5.76$4.29$11.98$0.652.7%
11 / 256

最近刷新记录

每日定时任务和页面手动任务共用运行历史。

状态触发方式店铺数据区间开始时间耗时写入订单错误
失败计划任务Jollychefus2026-04-252026-07-232026/07/23 03:30:004 分 34 秒0CalledProcessError: Command '['python', '/app/upstream/tools/query_lingxing_profit.py', '--start-date', '2026-04-25', '--end-date', '2026-07-23', '--date-type', 'order', '--platform-code', '10011', '--site', 'TikTok-Jollychefus', '--mapping-file', '/runtime/data/lingxing_tiktok_sku_mapping.csv', '--output-csv', '/app/artifacts/tiktok_order_profit/2026-07-23_86ac5ed2-8ec5-4b4c-8fe9-159b07bb12b1/Jollychefus_lingxing_profit_all_2026-04-25_2026-07-23.csv', '--summary-json', '/app/artifacts/tiktok_order_profit/2026-07-23_86ac5ed2-8ec5-4b4c-8fe9-159b07bb12b1/Jollychefus_lingxing_profit_all_2026-04-25_2026-07-23.summary.json', '--max-pages', '100']' returned non-zero exit status 1. Traceback (most recent call last): File "/app/tiktok_order_profit_worker/main.py", line 614, in run_once paths, output_shop_slug = execute_pipeline(start, end, output_directory) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/tiktok_order_profit_worker/main.py", line 261, in execute_pipeline run_command( File "/app/tiktok_order_profit_worker/main.py", line 170, in run_command subprocess.run(command, cwd=cwd, check=True) File "/usr/local/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', '/app/upstream/tools/query_lingxing_profit.py', '--start-date', '2026-04-25', '--end-date', '2026-07-23', '--date-type', 'order', '--platform-code', '10011', '--site', 'TikTok-Jollychefus', '--mapping-file', '/runtime/data/lingxing_tiktok_sku_mapping.csv', '--output-csv', '/app/artifacts/tiktok_order_profit/2026-07-23_86ac5ed2-8ec5-4b4c-8fe9-159b07bb12b1/Jollychefus_lingxing_profit_all_2026-04-25_2026-07-23.csv', '--summary-json', '/app/artifacts/tiktok_order_profit/2026-07-23_86ac5ed2-8ec5-4b4c-8fe9-159b07bb12b1/Jollychefus_lingxing_profit_all_2026-04-25_2026-07-23.summary.json', '--max-pages', '100']' returned non-zero exit status 1.
失败计划任务Jollychefus2026-04-242026-07-222026/07/22 03:30:004 分 28 秒0CalledProcessError: Command '['python', '/app/upstream/tools/query_lingxing_profit.py', '--start-date', '2026-04-24', '--end-date', '2026-07-22', '--date-type', 'order', '--platform-code', '10011', '--site', 'TikTok-Jollychefus', '--mapping-file', '/runtime/data/lingxing_tiktok_sku_mapping.csv', '--output-csv', '/app/artifacts/tiktok_order_profit/2026-07-22_d785d89d-cfe3-40c4-80a0-d335b4c08556/Jollychefus_lingxing_profit_all_2026-04-24_2026-07-22.csv', '--summary-json', '/app/artifacts/tiktok_order_profit/2026-07-22_d785d89d-cfe3-40c4-80a0-d335b4c08556/Jollychefus_lingxing_profit_all_2026-04-24_2026-07-22.summary.json', '--max-pages', '100']' returned non-zero exit status 1. Traceback (most recent call last): File "/app/tiktok_order_profit_worker/main.py", line 614, in run_once paths, output_shop_slug = execute_pipeline(start, end, output_directory) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/tiktok_order_profit_worker/main.py", line 261, in execute_pipeline run_command( File "/app/tiktok_order_profit_worker/main.py", line 170, in run_command subprocess.run(command, cwd=cwd, check=True) File "/usr/local/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', '/app/upstream/tools/query_lingxing_profit.py', '--start-date', '2026-04-24', '--end-date', '2026-07-22', '--date-type', 'order', '--platform-code', '10011', '--site', 'TikTok-Jollychefus', '--mapping-file', '/runtime/data/lingxing_tiktok_sku_mapping.csv', '--output-csv', '/app/artifacts/tiktok_order_profit/2026-07-22_d785d89d-cfe3-40c4-80a0-d335b4c08556/Jollychefus_lingxing_profit_all_2026-04-24_2026-07-22.csv', '--summary-json', '/app/artifacts/tiktok_order_profit/2026-07-22_d785d89d-cfe3-40c4-80a0-d335b4c08556/Jollychefus_lingxing_profit_all_2026-04-24_2026-07-22.summary.json', '--max-pages', '100']' returned non-zero exit status 1.
成功计划任务Jollychefus2026-04-232026-07-212026/07/21 03:30:008 分 17 秒6,304-
成功计划任务Jollychefus2026-04-222026-07-202026/07/20 03:30:008 分 7 秒6,298-
成功计划任务Jollychefus2026-04-212026-07-192026/07/19 03:30:007 分 49 秒6,285-
失败计划任务Jollychefus2026-04-202026-07-182026/07/18 03:30:0011 秒0CalledProcessError: Command '['python', '/app/upstream/tools/sync_tiktok_shop_orders.py', '--config', '/runtime/config.local.json', '--site', 'jollychef', '--start-date', '2026-04-20', '--end-date', '2026-07-18', '--timezone', 'America/Los_Angeles', '--output-dir', '/app/artifacts/tiktok_order_profit/2026-07-18_44a50e3f-d47a-4334-95d0-0730c5b30c45']' returned non-zero exit status 1. Traceback (most recent call last): File "/app/tiktok_order_profit_worker/main.py", line 614, in run_once paths, output_shop_slug = execute_pipeline(start, end, output_directory) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/tiktok_order_profit_worker/main.py", line 231, in execute_pipeline run_command( File "/app/tiktok_order_profit_worker/main.py", line 170, in run_command subprocess.run(command, cwd=cwd, check=True) File "/usr/local/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', '/app/upstream/tools/sync_tiktok_shop_orders.py', '--config', '/runtime/config.local.json', '--site', 'jollychef', '--start-date', '2026-04-20', '--end-date', '2026-07-18', '--timezone', 'America/Los_Angeles', '--output-dir', '/app/artifacts/tiktok_order_profit/2026-07-18_44a50e3f-d47a-4334-95d0-0730c5b30c45']' returned non-zero exit status 1.