# Product live list Product associated live list Endpoint: GET /product/live/list Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `product_id` (string, required) product id - `sort_type` (integer) sort order. 0=asc 1=desc - `product_live_sort_field` (integer) sort field. 1=max_views_cnt 2=total_product_cnt 3=total_sale_cnt 4=total_sale_gmv_amt 5=total_views_cnt - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `product_id` (string) Example: "1729382310407603945" - `category_id` (string) Example: "601450" - `region` (string) Example: "ID" - `room_id` (string) Example: "7335658836016204550" - `total_sale_cnt` (integer) Example: 26 - `total_sale_gmv_amt` (number) Example: 129.87 - `spu_avg_price` (number) Example: 33.25 - `create_time` (string) Example: "1673474414" - `total_product_cnt` (integer) Example: 10 - `max_views_cnt` (integer) Example: 30 - `cover_url` (string) - `user_id` (string) - `total_views_cnt` (integer) Example: 10 ## 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"