Model Name: OrderDetailDTO
| Property | Note | Constraints |
|---|---|---|
| BusinessName : string |
Name of The Business |
|
| Copy : integer |
Index of an item within a group |
|
| CustomerDueDate : date |
The date to be in the customer's hands |
|
| DateAdded : date |
The date the order was created. |
|
| DateShipped : date |
The date the item was shipped to the customer |
|
| Description : string |
Your description for the product ordered |
|
| DueDate : date |
Date due for completion. |
|
| FrameNumber : string |
A unique identifier for an order item. There can be multiple copies of a single frame number. |
|
| ImageURL : string |
URL for the product's image file |
|
| OrderNumber : string |
Your order number. |
|
| ShippingAddress1 : string |
Shipping Address |
|
| ShippingAddress2 : string |
Shipping Address Extended |
|
| ShippingCity : string |
Shipping City |
|
| ShippingCountry : string |
Shipping Country |
|
| ShippingMethod : string |
Shipping Method |
|
| ShippingName : string |
Shipping Name |
|
| ShippingName1 : string |
Shipping Name Extended |
|
| ShippingName2 : string |
Shipping Name Extended |
|
| ShippingPhone : string |
Shipping Phone Number |
|
| ShippingState : string |
Shipping State Or Province |
|
| ShippingEmail : string |
Shipping Email |
|
| ShippingZip : string |
Shipping Zipcode |
|
| ShipTrackingNumber : string |
Number to Track The Shipment |
|
| ShipVia : string |
Carrier who does the shipping. Options: FedEx, USPS, UPS, DHL |
|
| StoreNumber : string |
Identifier for your entity |
|
| VendorSKU : string |
Your item id for the part being ordered. |
|
| TrackURI : string |
URL To Track Your Shipment |
|
| Status : string |
Status of your order Possible Values: [Held, New, Processing, Shipped] |
|
| ShippingCharges : decimal number |
Status of your order Possible Values: [Held, New, Processing, Shipped] |
|
| ItemCost : decimal number |
Cost For An Item |
|
| GiftMessage : string |
Gift message to the recipient |
|
| Qty : integer |
The count of units within this item |
|
| DutiesPaid : integer |
Duties Pay Type: Options-- True: Indicates duties are paid by the sender Options-- False(*default): Indicates duties are paid by the recipient (end user) |