{
"pageNum": 1,
"pageSize": 10,
"styleCode": "Dress2-34",
"name": "All-Over Print Women's Formal Satin Long Dress-Yami Satin 210GSM"
}
curl --location --request POST 'https://www.catkissfish.com/website/open/api/products/list' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"styleCode": "Dress2-34",
"name": "All-Over Print Women'\''s Formal Satin Long Dress-Yami Satin 210GSM"
}'
{
"code": 0,
"message": "",
"data": {
"total": 0,
"current": 0,
"size": 0,
"records": [
{
"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
}
}
]
}
}