{
"params": "[{\"itemId\":\"656207847025\",\"skuIds\": [\"4728402024656\"]},{\"itemId\":\"10000\"}]"
}curl --location 'https://api.pandapon.com/open/product/batch/check' \
--header 'access-key: 58c0201dfdf148eca63cbf6bb5e7cf03' \
--header 'nonce-str: nonce-str' \
--header 'timestamp: 1715669977082' \
--header 'user-id: 2100007341207' \
--header 'signature: B7F83FE2ADC8D8F044F2E01F0FFE8C80' \
--header 'Content-Type: application/json' \
--data '{
"params": "[{\"itemId\":\"656207847025\",\"skuIds\": [\"4728402024656\"]},{\"itemId\":\"10000\"}]"
}'{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": {
"mpProducts": [
{
"itemId": "",
"mpId": "",
"skuDTOList": [
{
"skuId": "",
"price": 0,
"mpSkuId": ""
}
]
}
],
"noMpProductItemIds": [
""
],
"noMpReasonList": [
{
"itemId": "",
"reason": ""
}
]
}
}