{
"skuCodes": [
"string"
],
"categoryId": 0,
"size": 0,
"current": 0
}curl --location --request POST '/open/product/page' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuCodes": [
"string"
],
"categoryId": 0,
"size": 0,
"current": 0
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"size": 0,
"current": 0,
"list": [
{
"skuName": "string",
"skuCode": "string",
"skuNameEn": "string",
"model": "string",
"fnSkuCode": "string",
"brandName": "string",
"categoryName": "string",
"unitCode": "string",
"costPrice": 0,
"weight": 0,
"packageLength": 0,
"packageWidth": 0,
"packageHeight": 0,
"isGift": true,
"hasBattery": true,
"hasLiquid": true,
"hasMagnet": true,
"hasKnife": true,
"hasFlammables": true,
"hasPowder": true,
"createTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z",
"mainPic": "string"
}
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}