API Docs
YMS API
Data Models
Order
Order Update CMD

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

NameTypeRequiredConstraintsChinese NameDescription
orderStatusstringfalsenoneCurrent status of the order
customerIdstringfalsenoneCustomer identifier
poNostringfalsenonePurchase order number
referenceNostringfalsenoneReference number
retailerstringfalsenoneRetailer name
shipFromstringfalsenoneShip-from location (name or code)
shipTostringfalsenoneShip-to location (name or code)
totalPalletQtyintegerfalsenoneTotal number of pallets
totalCartonQtyintegerfalsenoneTotal number of cartons
itemInfos[ItemInfo (opens in a new tab)]falsenoneItems included in the order
dynamicFieldValues[DynamicFieldValueCreateCmd (opens in a new tab)]falsenoneDynamic field values for custom attributes