# Product video list Product associated video list Endpoint: GET /product/video/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_video_sort_field` (integer) sort field. 1=total_views_cnt 2=total_digg_cnt 3=total_shares_cnt 4=total_video_sale_cnt 5=total_video_sale_gmv_amt 6=create_time - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `product_id` (string) Example: "1729382310407603945" - `video_id` (string) Example: "6997187334064147738" - `user_id` (string) Example: "6788316924469380097" - `video_desc` (string) Example: "Pilih warna cantikmu disini😉 #TTshopsHome #beauty #YOU #MAKEUP #lipstik #fypシ #viral #ikatancinta" - `create_time` (string) Example: "1629159632" - `reflow_cover` (string) Example: "https://d304ly0se1sg9m.cloudfront.net/video-cover/689/6997187334064147738.jpeg" - `play_addr` (string) Example: "https://v9-id.tiktokcdn.com/7b81f9e137050392c6e54af47b304592/64a86f97/video/tos/useast2a/tos-useast2a-pve-0037-aiso/3ae67d0b70584834aa39f598d09932a8/?a=1233&ch=0&cr=13&dr=0&lr=all&cd=0%7C0%7C0%7C&cv=1&br=2266&bt=1133&cs=0&ds=6&ft=iusdqy54Zfc0PD1XC43Xg9wiaE~xvEeC~&mime_type=video_mp4&qs=0&rc=NTs0OTxoaTQ5ZDU0NmY3aUBpanZmczw6Zm5pNzMzZjgzM0AtYTI2YWEuNmMxYmMuMDA1YSNjNS81cjRncWFgLS1kL2Nzcw%3D%3D&l=202307071402364D21C04E909C881CD895&btag=e00080000&cc=1c" - `region` (string) Example: "US" - `hash_tag` (string) Example: "#TTshopsHome #beauty #YOU #MAKEUP #lipstik #fypシ #viral #ikatancinta" - `duration` (string) Example: "3590780" - `ratio` (string) Example: "540p" - `height` (string) Example: "1024" - `width` (string) Example: "576" - `data_size` (string) Example: "3590780" - `total_digg_cnt` (integer) Example: 96 - `total_views_cnt` (integer) Example: 9798 - `total_comments_cnt` (integer) Example: 48 - `total_shares_cnt` (integer) Example: 11 - `total_favorites_cnt` (integer) - `total_video_sale_cnt` (integer) - `total_video_sale_gmv_amt` (number) ## 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"