curl --location --request GET '/store/merchant/product/lst/?mer_cate_id=' \ --header 'x-token: {{x-token}}'
{ "status": 0, "message": "string", "data": { "count": 0, "list": [ { "product_id": 0, "mer_id": 0, "is_new": 0, "keyword": "string", "brand_id": 0, "image": "string", "store_name": "string", "sort": 0, "rate": "string", "reply_count": 0, "sales": 0, "price": "string", "cost": "string", "ot_price": "string", "stock": 0, "extension_type": 0, "create_time": "string", "max_extension": 0, "merchant": { "mer_id": 0, "mer_name": "string" } } ] } }