{
"skuList": [
"string"
],
"pageSize": 0,
"pageNum": 0
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/product/findPage' \
--header 'x-api-key: abc123(认证信息)' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuList": [
"string"
],
"pageSize": 0,
"pageNum": 0
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "获取产品数据成功",
"data": {
"pageable": {
"draw": 0,
"offset": 0,
"pageNumber": 0,
"pageSize": 100,
"paged": true,
"unpaged": false
},
"totalElements": 1,
"totalPages": 1,
"last": true,
"first": true,
"sort": {
"sorted": true,
"unsorted": false,
"empty": false
},
"numberOfElements": 1,
"size": 100,
"number": 0,
"empty": false,
"content": [
{
"sku": "XXXX",
"customItemNo": "",
"upc": "",
"productType": 0,
"name": "特斯林3件套棕色",
"nameEn": "Patio furniture",
"description": "",
"length": 74,
"width": 63,
"height": 18.5,
"weight": 19300,
"itemLength": 0,
"itemWidth": 0,
"itemHeight": 0,
"expirationControl": 0,
"expirationDate": 0,
"packedQty": 0,
"packedLength": null,
"packedWidth": null,
"packedHeight": null,
"packedWeight": null,
"cost": 0,
"currency": "USD",
"isInsuranceFlag": "N",
"isInsuranceRate": 0,
"remark": ""
}
]
}
}