curl --location --request GET '/adminapi/product/productBatch/productBatchDeal' \
--header 'X-Shop-Id: 0'
[
{
"productName": "string",
"productSn": "string",
"categoryName": "string",
"productPrice": "string",
"marketPrice": "string",
"productStatus": "string",
"brandName": "string",
"picUrl": "string",
"keywords": "string",
"productBrief": "string",
"productDesc": "string",
"productWeight": "string",
"productStock": "string",
"categoryId": 0,
"brandId": 0,
"shopId": 0
}
]