{
"serviceType": "SKU",
"uniqueIdList": ["DE01UC","DE01UC001","DE01UC002","DE01UC003","DE01UC004","asdfg12345"],
"pageNumber": 1,
"pageSize": 20
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/returns/v1/query/stock' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data '{
"serviceType": "SKU",
"uniqueIdList": ["DE01UC","DE01UC001","DE01UC002","DE01UC003","DE01UC004","asdfg12345"],
"pageNumber": 1,
"pageSize": 20
}'{
"requestId": "string",
"success": true,
"hasBusinessException": true,
"errorCode": "string",
"errorMsg": "string",
"message": "string",
"result": {
"pageNumber": 0,
"pageSize": 0,
"hasNextPage": true,
"totalPage": 0,
"serviceType": "string",
"inventoryList": [
{
"uniqueId": "string",
"mfSkuId": "string",
"warehouseCode": "string",
"available": 0,
"reservedAllocated": 0,
"reservedHold": 0,
"reservedVAS": 0,
"unfulfillable": 0,
"suspend": 0,
"length": 0,
"width": 0,
"height": 0,
"lengthUnit": "string",
"weight": 0,
"weightUnit": "string",
"putAwayTime": "string"
}
],
"requestCount": 0,
"successCount": 0,
"failedCount": 0,
"failedList": [
"string"
]
},
"isFallback": true
}