curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalProductAPI/ListWarehouseProducts' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCodes": [
"string"
],
"clientSkus": [
"string"
],
"warehouseCodes": [
"string"
],
"updatedFrom": "2023-01-15T01:30:15.01Z",
"updatedTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"status": "SUCCESS",
"message": "string",
"data": [
{
"clientCode": "string",
"clientSku": "string",
"warehouseCode": "string",
"updatedAt": "2023-01-15T01:30:15.01Z",
"height": 0,
"length": 0,
"width": 0,
"weight": 0
}
]
}