Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | True |
| OrderDetailId | Integer | False |
| AgencyRef | String | False |
| AgencyName | String | False |
| AgencyGroup | String | False |
| AgencyPostalCode | String | False |
| AgencyCity | String | False |
| OrderPostalCode | String | False |
| OrderCity | String | False |
| OrderRef | String | False |
| ProductCategory | String | False |
| ProductRef | String | False |
| Quantity | Integer | True |
| TotalPurchased | Decimal | True |
| TotalCost | Decimal | True |
| TotalServiceFee | Decimal | True |
| Weight | Decimal | True |
| TotalValue | Decimal | True |
| GrossMargin | Decimal | True |
| ProductClass | String | False |
| ServiceFee | Decimal | False |
| Storage | String | False |
| SystemStorage | String | False |
| FaType | String | False |
| PickupDeliveryDate | DateTime | True |
| ProductName | String | False |
| ConfirmedDate | DateTime | True |
| IsNonFood | Boolean | False |
Object:
{
Id":####,OrderDetailId":####,
AgencyRef":"abcABC123",
AgencyName":"abcABC123",
AgencyGroup":"abcABC123",
AgencyPostalCode":"abcABC123",
AgencyCity":"abcABC123",
OrderPostalCode":"abcABC123",
OrderCity":"abcABC123",
OrderRef":"abcABC123",
ProductCategory":"abcABC123",
ProductRef":"abcABC123",
Quantity":####,
TotalPurchased":###.##,
TotalCost":###.##,
TotalServiceFee":###.##,
Weight":###.##,
TotalValue":###.##,
GrossMargin":###.##,
ProductClass":"abcABC123",
ServiceFee":###.##,
Storage":"abcABC123",
SystemStorage":"abcABC123",
FaType":"abcABC123",
PickupDeliveryDate":"MM-dd-yyyy hh:mm:ss",
ProductName":"abcABC123",
ConfirmedDate":"MM-dd-yyyy hh:mm:ss",
IsNonFood":True/False
}