seller_id, with up to 180 days of history. It tracks inventory, live activity, creator linkage, sales, GMV, and content footprint over time, making it useful for monitoring shop growth rather than just current size.curl --location 'https://open.echotik.live/api/v3/echotik/seller/trend?seller_id=undefined&start_date=undefined&end_date=undefined&page_num=undefined&page_size=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"code": 0,
"message": "success",
"data": [
{
"dt": "2025-06-01",
"seller_id": "7495821166040746573",
"total_crawl_product_cnt": 0,
"total_live_cnt": 0,
"total_live_ifl_cnt": 0,
"total_product_cnt": 1,
"total_sale_1d_cnt": 0,
"total_sale_cnt": 0,
"total_sale_gmv_1d_amt": 0,
"total_sale_gmv_amt": 0,
"total_video_cnt": 0,
"total_video_ifl_cnt": 0,
"user_id": ""
}
],
"requestId": "dc670d54-a58d-484c-9b5f-73b2aa324b9f"
}