如有对接问题或者建议请及时联系我们
{
"customerSku": "DEAP1001",
"page": 1,
"prePage": 100,
"createTimeFrom": "2022-12-10 02:30:50",
"createTimeTo": "2022-02-21 21:44:06"
}
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/product/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerSku": "DEAP1001",
"page": 1,
"prePage": 100,
"createTimeFrom": "2022-12-10 02:30:50",
"createTimeTo": "2022-02-21 21:44:06"
}'
{
"status": "string",
"message": "string",
"data": {
"list": [
{
"customerSku": "string",
"ean": "string",
"name": "string",
"length": 0,
"width": 0,
"height": 0,
"weigh": 0,
"imageUrl": "string",
"warehouseLength": 0,
"warehouseWidth": 0,
"warehouseHeight": 0,
"warehouseWeigh": 0,
"createTime": "string",
"updateTime": "string"
}
],
"total": 0,
"page": 0,
"prePage": 0
},
"debug": null
}