{
"spu": "string",
"inventoryType": 0,
"filterLabel": 0,
"skuDetail": [
{
"sku": "string",
"num": 0
}
],
"freeTryOut": true,
"toolId": 0
}curl --location --request POST 'https://www.nihaocloud.cn/st-pse/info/calculate-sku-price' \
--header 'Content-Type: application/json' \
--data-raw '{
"spu": "string",
"inventoryType": 0,
"filterLabel": 0,
"skuDetail": [
{
"sku": "string",
"num": 0
}
],
"freeTryOut": true,
"toolId": 0
}'[
{
"sku": "",
"price": 0.0,
"discountPrice": 0.0,
"discount": 0.0,
"inventoryType": 0,
"priceRule": {
"rules": [
{
"title": "",
"off": 0.0,
"num": 0
}
],
"useOriginalPrice": false,
"limitCount": 0,
"limitOff": 0.0,
"nextPrice": 0.0,
"nextStepNum": 0
}
}
]