{
"body": {
"code": "RTN-202410-002",
"records": [
{
"warehouseCode": "WH-MRB",
"locationCode": "HOLD-BIN-05",
"itemCode": "SMARTPHONE-MB-X1",
"configurableSpecs": [
{
"name": "故障代码",
"code": "DEFECT_CODE",
"value": "HW-202410-004"
}
],
"quantity": 1,
"assistQuantity": 1,
"batchNumber": "BATCH-MB-202410",
"snInfos": [
{
"sn": "SN-MB-202410-0985~1000",
"assistQuantity": 1
}
],
"originOrderNumber": "SO-202410-001"
}
]
}
}
curl --location --request POST '/api/open/v3/inventory/task/salesReturn/confirm' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "RTN-202410-002",
"records": [
{
"warehouseCode": "WH-MRB",
"locationCode": "HOLD-BIN-05",
"itemCode": "SMARTPHONE-MB-X1",
"configurableSpecs": [
{
"name": "故障代码",
"code": "DEFECT_CODE",
"value": "HW-202410-004"
}
],
"quantity": 1,
"assistQuantity": 1,
"batchNumber": "BATCH-MB-202410",
"snInfos": [
{
"sn": "SN-MB-202410-0985~1000",
"assistQuantity": 1
}
],
"originOrderNumber": "SO-202410-001"
}
]
}
}'
{
"code": 0,
"message": ""
}