{
"pageNum": "1",
"pageSize": "5",
"name": "string",
"categoryId": "string",
"styleCode": "string"
}curl --location --request POST 'https://www.catkissfish.com/website/open/api/products/list' \
--header 'access-token: tChoxQ5GUq96nb9LVGz5vA5b3d0XPyS3PTkvvHQfKmPSsjkBNKm6SXbyjYLT' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": "1",
"pageSize": "5",
"name": "string",
"categoryId": "string",
"styleCode": "string"
}'{
"code": 0,
"message": "",
"data": {
"total": 0,
"current": 0,
"size": 0,
"records": [
{
"id": "",
"name": "",
"styleCode": "",
"designPattern": 0,
"averageDeliveryTime": "",
"mostAverageDeliveryTime": "",
"productionTime": "",
"material": "",
"mainImage": "",
"sizeNameList": [
""
],
"imageList": [
""
],
"colorSizeInfoList": [
{
"hexValue": "",
"color": "",
"size": "",
"price": 0,
"weight": 0,
"saleState": false
}
],
"colorInfoList": [
{
"hexColor": "",
"colorEnName": ""
}
],
"dimensions": [
{
"type": 0,
"supportUploadFormat": "",
"name": "",
"fieldName": ""
}
],
"shippingFeesMap": {
"": 0
}
}
]
}
}