{
"requestId": "string",
"extendMap": {
"key": {}
},
"stockId": "string",
"itemNo": "string",
"outItemId": "string",
"quantity": 0,
"syncMode": "SYNC",
"itemStockList": [
{
"outSkuId": "string",
"skuNo": "string",
"quantity": 0
}
]
}curl --location -g --request POST 'https:///open/gateway/StockOutSyncRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"stockId": "string",
"itemNo": "string",
"outItemId": "string",
"quantity": 0,
"syncMode": "SYNC",
"itemStockList": [
{
"outSkuId": "string",
"skuNo": "string",
"quantity": 0
}
]
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": {
"requestId": "",
"extendMap": {
"": {}
},
"errorData": [
{
"outSkuId": "",
"skuNo": "",
"itemNo": "",
"outItemId": "",
"errorReason": ""
}
]
}
}