OrderView
{
"id": 0,
"orderId": "string",
"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"
}
],
"customerName": "string",
"carrierName": "string",
"shipToAddress": {
"id": "string",
"name": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string",
"fax": "string",
"address1": "string",
"address2": "string",
"contact": "string",
"phone": "string",
"extension": "string",
"email": "string",
"orgId": "string",
"orgName": "string",
"referenceNo": "string",
"batchCode": "string",
"storeNo": "string",
"shorthand": "string",
"toHome": true,
"tags": [
"string"
],
"latitude": "string",
"longitude": "string",
"crmAddressId": "string"
},
"shipFromAddress": {
"id": "string",
"name": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string",
"fax": "string",
"address1": "string",
"address2": "string",
"contact": "string",
"phone": "string",
"extension": "string",
"email": "string",
"orgId": "string",
"orgName": "string",
"referenceNo": "string",
"batchCode": "string",
"storeNo": "string",
"shorthand": "string",
"toHome": true,
"tags": [
"string"
],
"latitude": "string",
"longitude": "string",
"crmAddressId": "string"
},
"appointmentTime": "string",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"proNos": [
"string"
],
"invoicePros": [
"string"
],
"doNos": [
"string"
],
"tripNo": "string",
"shippedTime": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| id | integer(int64) | false | none | Unique numeric identifier for the order record | |
| orderId | string | false | none | Order identifier | |
| 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 | |
| customerName | string | false | none | Customer name | |
| carrierName | string | false | none | Carrier name | |
| shipToAddress | AddressExt (opens in a new tab) | false | none | Ship-to address | |
| shipFromAddress | AddressExt (opens in a new tab) | false | none | Ship-from address | |
| appointmentTime | string | false | none | Related appointment time, if any | |
| dynamicFieldValues | [DynamicFieldValueView (opens in a new tab)] | false | none | Dynamic field values for custom attributes | |
| proNos | [string] | false | none | List of PRO numbers | |
| invoicePros | [string] | false | none | List of invoice PRO numbers | |
| doNos | [string] | false | none | List of delivery order numbers | |
| tripNo | string | false | none | Trip number, if applicable | |
| shippedTime | string | false | none | Shipped time - when the order was shipped/dispatched |