{
"requestId": "string",
"extendMap": {
"key": {}
},
"outStoreId": "string",
"outItemId": "string",
"price": 0,
"channel": 0,
"outSkuId": "string"
}curl --location -g --request POST 'https:///open/gateway/OutItemPriceUpdateRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"outStoreId": "string",
"outItemId": "string",
"price": 0,
"channel": 0,
"outSkuId": "string"
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": false
}