{
"page": 0,
"size": 0,
"startDate": "string",
"endDate": "string",
"skus": [
"string"
],
"warehouseCode": [
"string"
]
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v3/inventoryChange/queryInventoryDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"size": 0,
"startDate": "string",
"endDate": "string",
"skus": [
"string"
],
"warehouseCode": [
"string"
]
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "Operate Successful",
"data": {
"page": 0,
"size": 10,
"total": 1,
"totalPage": 1,
"isLast": 1,
"content": [
{
"orgWarehouseCode": "UAT-RF-DL",
"lineName": null,
"sourceChannel": "ebay.kbqn1848",
"sku": "zdc-chair-001",
"inventoryType": 0,
"isOverWarehouse": 0,
"sourceId": "136394704-9777675",
"sourceNo": "136394704-9777675",
"planNo": "136394704-P136394704",
"orderNo": "ZDcL2024010905",
"opType": 100,
"opLabel": 3,
"quantity": 2,
"length": 68.58,
"width": 40.64,
"weight": 14514.944,
"height": 50.8,
"updatedAt": "2024-08-30 01:41:20"
}
]
}
}