{
"params": "[{\"itemId\":\"672991141190\",\"skuIds\":[\"3452545926724\"]}]"
}
curl --location --request POST 'https://api.pandapon.com/open/product/batch/check' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": "[{\"itemId\":\"672991141190\",\"skuIds\":[\"3452545926724\"]}]"
}'
{
"requestId": "597b449f4bfb4085a3b2025f3c525bba",
"code": 200,
"developId": "1021091489188413467",
"msg": "成功",
"data": {
"mpProducts": [
{
"itemId": "672991141190",
"mpId": "2048057995392326",
"skuDTOList": [
{
"skuId": "3452545926724",
"price": 1,
"mpSkuId": "1175954206022"
}
]
}
],
"noMpProductItemIds": [],
"noMpReasonList": []
}
}