{
"SKUList": [
"string"
],
"PlatFormCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_ProductBO/GetLimitedProductInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"SKUList": [
"string"
],
"PlatFormCode": "string"
}'{
"Result": [
{
"limitedProductDataList": [
{
"StorageCode": "string",
"StorageName": "string",
"ProductID": 0,
"SKU": "string",
"PlatFormCode": "string",
"VendorTradeOrderno": "string",
"VendorID": 0,
"VendorCode": "string",
"VendorName": "string",
"SpecDesc": "string",
"SpecUnit": "string",
"PurchasePrice": 0,
"IsLimitedPurchase": 0,
"IsLimitedPurchaseReturn": 0,
"IsAutoRestock": 0
}
]
}
],
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}