[
{
"spuId": 200000020,
// "spuIds": [100000009, 100000258],
"regionId": 8320100,
"statusCd":"1000"
}
]
curl --location --request POST '/cpcp-service/service/cpcp_svc_qryBSku' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"spuId": 200000020,
// "spuIds": [100000009, 100000258],
"regionId": 8320100,
"statusCd":"1000"
}
]'
{
"resultObject": [
{
"spuId": "200000020",
"regionId": "8320100",
"bskuId": 593001338,
"hostSpuId": 100000002
},
{
"spuId": "200000020",
"regionId": "8320100",
"bskuId": 593001339,
"hostSpuId": 100000379
}
],
"resultCode": "0"
}