{
"accountNumber": "string",
"postageId": "string",
"skuList": [
{
"postage_id": "string",
"sku_price_diagnosis_problem_desc": [
"string"
],
"global_price": "string",
"length": "string",
"weight": "string",
"cargo_price": "string",
"suggest_country_list": [
{
"country_price_diagnosis_problem_desc": [
"string"
],
"current_line_price": "string",
"suggest_logistics_lines": [
{
"suggest_shipping_fee": "string",
"delivery_option_name": "string",
"shipping_cost": "string",
"forbidden_edit": true,
"delivery_option_code": "string",
"suggest_total_price": "string",
"price_change_range": "string",
"benchmark_flag": true,
"init_price": "string",
"min_limit": "string",
"reachable": true,
"first_recommend": true,
"current_total_price": "string",
"custom_type": "string",
"suggest_region_price": "string",
"shipping_fee": "string",
"show_ai_tag": true,
"max_limit": "string",
"current_region_price": "string",
"modify_shipping_fee": "string",
"custom_discount": "string"
}
],
"init_price": "string",
"price_change_rate": "string",
"price_min_limit": "string",
"show_ai_tag": true,
"country_code": "string",
"suggest_line_price": "string",
"country_name": "string",
"price_max_limit": "string",
"modify_line_price": "string"
}
],
"special_type": "string",
"sale_property_list": [
{
"vid": 0,
"v_text": "string",
"alias": "string",
"pid": 0,
"p_text": "string"
}
],
"width": "string",
"sku_id": "string",
"height": "string"
}
],
"itemId": "string",
"currency": "string",
"taskId": "string"
}curl --location --request POST 'http://localhost/smt/aiFreightTemplate/freight/task/finish' \
--header 'Authorization: erp-usermgt-n-token:eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIxODI2ODAiLCJzdWIiOiIxODI2ODAiLCJpc3MiOiJaU1RELU5FVyIsImlhdCI6MTcyNjYyMjc2MX0.xFQK8jvjI-t1UV19tgI4ehe4akkfuy9BEhnQ5RdJznZCh1ZrgfD7DVzyxCDlviUqei4Cpb0snd6qZML-kZSQBQ' \
--header 'Username: 182680' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountNumber": "string",
"postageId": "string",
"skuList": [
{
"postage_id": "string",
"sku_price_diagnosis_problem_desc": [
"string"
],
"global_price": "string",
"length": "string",
"weight": "string",
"cargo_price": "string",
"suggest_country_list": [
{
"country_price_diagnosis_problem_desc": [
"string"
],
"current_line_price": "string",
"suggest_logistics_lines": [
{
"suggest_shipping_fee": "string",
"delivery_option_name": "string",
"shipping_cost": "string",
"forbidden_edit": true,
"delivery_option_code": "string",
"suggest_total_price": "string",
"price_change_range": "string",
"benchmark_flag": true,
"init_price": "string",
"min_limit": "string",
"reachable": true,
"first_recommend": true,
"current_total_price": "string",
"custom_type": "string",
"suggest_region_price": "string",
"shipping_fee": "string",
"show_ai_tag": true,
"max_limit": "string",
"current_region_price": "string",
"modify_shipping_fee": "string",
"custom_discount": "string"
}
],
"init_price": "string",
"price_change_rate": "string",
"price_min_limit": "string",
"show_ai_tag": true,
"country_code": "string",
"suggest_line_price": "string",
"country_name": "string",
"price_max_limit": "string",
"modify_line_price": "string"
}
],
"special_type": "string",
"sale_property_list": [
{
"vid": 0,
"v_text": "string",
"alias": "string",
"pid": 0,
"p_text": "string"
}
],
"width": "string",
"sku_id": "string",
"height": "string"
}
],
"itemId": "string",
"currency": "string",
"taskId": "string"
}'{
"success": true,
"businessId": 0,
"result": {
"success": true,
"error_message": "string",
"error_code": "string"
},
"errorMsg": "string"
}