curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalProductAPI/ListWarehouseProducts' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"searchTerm": "string",
"searchValues": [
"string"
],
"types": [
"string"
],
"statuses": [
"string"
],
"clientCodes": [
"string"
],
"clientVendorCodes": [
"string"
],
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"systemSku": "string",
"clientSku": "string",
"warehouseBarcode": "string",
"name": "string",
"type": "string",
"status": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"clientVendor": {
"id": 0,
"clientCode": "string",
"clientVendorCode": "string",
"name": "string",
"address1": "string",
"address2": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string"
},
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"height": 0,
"length": 0,
"width": 0,
"weight": 0,
"thumbnailUrl": "string"
}
]
}