OrderUpdateCmd
{
"orderStatus": "string",
"customerId": "string",
"poNo": "string",
"referenceNo": "string",
"retailer": "string",
"shipFrom": "string",
"shipTo": "string",
"totalPalletQty": 0,
"totalCartonQty": 0,
"itemInfos": [
{
"itemId": "string",
"itemName": "string",
"itemQty": "string",
"palletQty": "string",
"itemSpecDesc": "string",
"itemSpecName": "string",
"uomId": "string",
"qty": "string"
}
],
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"shortValue": "string",
"longValue": "string",
"value": "string"
}
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| orderStatus | string | false | none | Current status of the order | |
| customerId | string | false | none | Customer identifier | |
| poNo | string | false | none | Purchase order number | |
| referenceNo | string | false | none | Reference number | |
| retailer | string | false | none | Retailer name | |
| shipFrom | string | false | none | Ship-from location (name or code) | |
| shipTo | string | false | none | Ship-to location (name or code) | |
| totalPalletQty | integer | false | none | Total number of pallets | |
| totalCartonQty | integer | false | none | Total number of cartons | |
| itemInfos | [ItemInfo (opens in a new tab)] | false | none | Items included in the order | |
| dynamicFieldValues | [DynamicFieldValueCreateCmd (opens in a new tab)] | false | none | Dynamic field values for custom attributes |