curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalProductAPI/CreateOrUpdateClientProduct' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"name": "string",
"clientSku": "string",
"type": "string",
"status": "string",
"warehouseCodes": [
"string"
],
"description": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"clientVendorCode": "string"
}'{
"status": "SUCCESS",
"message": "string",
"data": {
"id": 0,
"clientCode": "string",
"name": "string",
"clientSku": "string",
"type": "string",
"status": "string",
"systemSku": "string",
"description": "string",
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"clientVendorCode": "string"
}
}