curl --location --request GET '/merchant/order/lst/?reconciliation_type=&date=' \
--header 'x-token: {{x-token}}'{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"order_id": 0,
"group_order_id": 0,
"order_sn": "string",
"uid": 0,
"real_name": "string",
"user_phone": "string",
"user_address": "string",
"cart_id": "string",
"total_num": 0,
"total_price": "string",
"total_postage": "string",
"pay_price": "string",
"pay_postage": "string",
"coupon_id": "string",
"coupon_price": "string",
"paid": 0,
"pay_time": "string",
"pay_type": 0,
"create_time": "string",
"status": 0,
"delivery_type": "string",
"delivery_name": "string",
"delivery_id": "string",
"mark": "string",
"remark": "string",
"mer_id": 0,
"reconciliation_id": 0,
"cost": "string",
"is_remind": 0,
"is_del": 0,
"is_system_del": 0,
"orderProduct": [
{
"order_product_id": 0,
"order_id": 0,
"uid": 0,
"cart_id": 0,
"product_id": 0,
"product_sku": "string",
"is_refund": 0,
"product_num": 0,
"refund_num": 0,
"is_reply": 0,
"product_price": "string",
"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,
"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
}
},
"productAttr": {
"product_id": 0,
"stock": 0,
"price": "string",
"unique": "string",
"sku": "string",
"volume": "string",
"weight": "string",
"cost": "string"
},
"product_type": 0
}
}
]
}
]
}
}