curl --location --request GET '/statistics/product' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": [
{
"total": "string",
"product_id": 0,
"cart_info": {
"product": {
"product_id": 0,
"image": "string",
"store_name": "string",
"is_show": 0,
"status": 0,
"is_del": 0,
"unit_name": "string",
"price": "string",
"mer_status": 0,
"temp_id": 0,
"give_coupon_ids": [
"string"
],
"temp": {
"shipping_template_id": 0,
"name": "string",
"type": 0,
"appoint": 0,
"undelivery": 0,
"mer_id": 0,
"is_default": 0,
"sort": 0,
"create_time": "string",
"regionAddress": {
"shipping_template_region_id": 0,
"temp_id": 0,
"city_id": "string",
"first": "string",
"first_price": "string",
"continue": "string",
"continue_price": "string"
},
"undelives": null,
"freeAddress": null
},
"is_gift_bag": 0
},
"productAttr": {
"product_id": 0,
"stock": 0,
"price": "string",
"unique": "string",
"sku": "string",
"volume": "string",
"weight": "string",
"cost": "string"
},
"product_type": 0
}
}
]
}