# Product trend product trend data,No more than 180 days Endpoint: GET /product/trend Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `product_id` (string, required) product id - `start_date` (string, required) format yyyy-MM-dd, The date must be within 180 days Example: "2024-10-01" - `end_date` (string, required) format yyyy-MM-dd Example: "2024-10-01" - `page_num` (integer, required) page number - `page_size` (integer, required) page size ## Response 200 fields (application/json): - `dt` (string) Example: "2024-10-01" - `product_id` (string) Example: "1729382310407603945" - `total_sale_cnt` (integer) Example: 93216 - `total_sale_gmv_amt` (number) Example: 500316.26 - `total_ifl_cnt` (integer) Example: 518 - `total_live_cnt` (integer) Example: 488 - `total_video_cnt` (integer) Example: 584 - `spu_avg_price` (number) Example: 3.3 - `total_sale_1d_cnt` (integer) 1 days sales Example: 22 - `total_sale_gmv_1d_amt` (number) 1 days gmv Example: 72.49 ## 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"