[
{
"account": "string",
"productId": 0,
"skuId": "string",
"warehouseName": "string",
"warehouseCode": "string",
"sellableQuantity": 0,
"basePrice": 0,
"articleNumber": "string",
"usableStock": 0,
"pendingStock": 0,
"preReductionStock": 0,
"systemStock": 0,
"skuCode": "string",
"aliexpressProductLog": {
"id": 0,
"productId": 0,
"accountNumber": "string",
"skuCode": "string",
"operator": "string",
"createTime": 0,
"operateTime": 0,
"operateType": "string",
"result": true,
"failInfo": "string",
"priceBeforeEdit": 0,
"priceAfterEdit": 0,
"stockBeforeEdit": 0,
"stockAfterEdit": 0,
"weightBeforeEdit": 0,
"weightAfterEdit": 0,
"relationType": 0,
"relationId": "string",
"operateStatus": 0,
"requestData": "string",
"resultType": "string",
"newRemark": "string",
"ruleName": "string",
"ruleTable": "string",
"ruleId": "string",
"ignoreAdjustDay": 0,
"halfTgItemId": 0,
"skuId": "string",
"productEsId": "string",
"lackAttr": true,
"problemType": "string",
"solutionType": "string",
"listIds": [
"string"
]
}
}
]curl --location --request POST 'http://localhost/aliexpressHalfTgItem/updatePrices' \
--header 'Authorization: erp-usermgt-n-token:eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIxODI2ODAiLCJzdWIiOiIxODI2ODAiLCJpc3MiOiJaU1RELU5FVyIsImlhdCI6MTcyNjYyMjc2MX0.xFQK8jvjI-t1UV19tgI4ehe4akkfuy9BEhnQ5RdJznZCh1ZrgfD7DVzyxCDlviUqei4Cpb0snd6qZML-kZSQBQ' \
--header 'Username: 182680' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"account": "string",
"productId": 0,
"skuId": "string",
"warehouseName": "string",
"warehouseCode": "string",
"sellableQuantity": 0,
"basePrice": 0,
"articleNumber": "string",
"usableStock": 0,
"pendingStock": 0,
"preReductionStock": 0,
"systemStock": 0,
"skuCode": "string",
"aliexpressProductLog": {
"id": 0,
"productId": 0,
"accountNumber": "string",
"skuCode": "string",
"operator": "string",
"createTime": 0,
"operateTime": 0,
"operateType": "string",
"result": true,
"failInfo": "string",
"priceBeforeEdit": 0,
"priceAfterEdit": 0,
"stockBeforeEdit": 0,
"stockAfterEdit": 0,
"weightBeforeEdit": 0,
"weightAfterEdit": 0,
"relationType": 0,
"relationId": "string",
"operateStatus": 0,
"requestData": "string",
"resultType": "string",
"newRemark": "string",
"ruleName": "string",
"ruleTable": "string",
"ruleId": "string",
"ignoreAdjustDay": 0,
"halfTgItemId": 0,
"skuId": "string",
"productEsId": "string",
"lackAttr": true,
"problemType": "string",
"solutionType": "string",
"listIds": [
"string"
]
}
}
]'{
"success": false,
"businessId": 0,
"result": null,
"errorMsg": ""
}