curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalPurchaseOrderShipmentAPI/UpdatePurchaseOrderShipmentReceiptItems' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"items": [
{
"clientSku": "string",
"quantity": 1,
"conditionType": "string",
"isWarehouseReceivable": true
}
]
}'{
"data": [
{
"id": 0,
"clientSku": "string",
"systemSku": "string",
"quantity": 0,
"receivedQuantity": 0,
"conditionType": "string",
"unitPrice": {
"currencyCode": "string",
"units": 0,
"nanos": 0
},
"amount": {
"currencyCode": "string",
"units": 0,
"nanos": 0
},
"importTaxRate": 0,
"isWarehouseReceivable": true
}
]
}