# Seller detail seller data Endpoint: GET /seller/detail Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `seller_id` (string, required) seller id ## Response 200 fields (application/json): - `seller_id` (string) Example: "7493990254769243585" - `user_id` (string) Example: "6571602609966333954" - `seller_link` (string) Example: "aweme://user/profile/6571602609966333954?sec_uid=MS4wLjABAAAA7xQOQFtPu85YoN_j_Z6tuKhlIou-JWuTRtXNuDlaABg0cFHEnowHBJkj8TrZ86Fh&from_scene=8" - `seller_name` (string) Example: "RN SHOP" - `rating` (number) - `cover_url` (string) Example: "https://echosell-images.tos-ap-southeast-1.volces.com/seller-cover/477/7493990254769243585.png" - `region` (string) Example: "ID" - `total_crawl_product_cnt` (integer) In-Store Products Example: 10 - `total_product_cnt` (integer) Active Sales Products Example: 10 - `total_sale_cnt` (integer) Example: 1 - `total_sale_gmv_amt` (number) Example: 1.5 - `total_sale_1d_cnt` (integer) 1 days sales Example: 1 - `total_sale_7d_cnt` (integer) 7 days sales Example: 1 - `total_sale_30d_cnt` (integer) 30 days sales Example: 1 - `total_sale_90d_cnt` (integer) 90 days sales Example: 1 - `total_sale_gmv_1d_amt` (number) Example: 1 - `total_sale_gmv_7d_amt` (number) Example: 1 - `total_sale_gmv_30d_amt` (number) Example: 1 - `total_sale_gmv_90d_amt` (number) Example: 1 - `total_ifl_cnt` (integer) Example: 1 - `total_video_cnt` (integer) Example: 1 - `total_live_cnt` (integer) Example: 1 - `spu_avg_price` (number) avg sku price Example: 1.5 - `product_category_list` (array) Example: [{"category_name":"Perlengkapan Hewan Peliharaan","category_id":"602118"},{"category_name":"Perbaikan Rumah","category_id":"604968"}] - `most_product_category_list` (array) sales desc Example: [{"category_name":"Perbaikan Rumah","category_id":"604968"}] - `from_flag` (integer) cross border. 1=local 2=overseas Example: 1 - `first_crawl_dt` (string) Estimated listing time Example: "20241001" - `sales_flag` (integer) Main Sales Methods. 1=video 2=live Example: 1 - `sales_trend_flag` (integer) Example: 1 - `category_id` (string) Example: "600001" - `category_l2_id` (string) Example: "852232" - `category_l3_id` (string) Example: "855048" ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"