{
"type": "INBOUND",
"appKey": "string",
"timestamp": 0,
"msgId": "string",
"sign": "string",
"data": {
"inboundNoticeCode": "IN2501161045392",
"thirdCode": "",
"status": "50",
"products": [
{
"skuCode": "57041-4",
"shelfTime": "2025-07-10 10:59:22",
"quantity": 2,
"shelfNum": 1,
"badNum": 1
}
]
}
}curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "INBOUND",
"appKey": "string",
"timestamp": 0,
"msgId": "string",
"sign": "string",
"data": {
"inboundNoticeCode": "IN2501161045392",
"thirdCode": "",
"status": "50",
"products": [
{
"skuCode": "57041-4",
"shelfTime": "2025-07-10 10:59:22",
"quantity": 2,
"shelfNum": 1,
"badNum": 1
}
]
}
}'{}