OrderExtendedViewModel

Update Order model.

NameDescriptionTypeAdditional information
OrderID

Freedom OrderID

integer

None.

MarketShowID

Identifier of the market show to associate to this order.

integer

Required

BillingAddress

The billing Address.

AddressViewModel

None.

ShippingAddress

The shipping Address.

AddressViewModel

None.

InvoiceNotes

Invoice notes to the order. These notes are included in some shipping batch out files.

string

None.

ShipMethodID

Shipping method identifier associated to the order.

integer

None.

TaxExemptCodeID

Tax exempt code identifier associated to the order.

string

None.

IsTaxExempt

Flag that indicates whether the order is tax exempt or not.

boolean

None.

SendAutoresponders

Indicates whether or not to send the AR related to order creation. Optional. Default is true.

boolean

None.

ShippingTotal

Overrides the default shipping calculation with the amount passed in.

decimal number

None.

ShippingTax

Overrides the default shipping tax calculation with the amount passed in.

decimal number

None.

HandlingFee

Overrides the default handling calculation with the amount passed in.

decimal number

None.

HandlingTax

Overrides the default handling tax calculation with the amount passed in.

decimal number

None.

InvoiceNumber

This value overrides the use of Order# as Invoice#

string

None.

CustomerDID

string

None.

HostCustomerID

integer

None.

HostCustomerDID

string

None.

OrderMisc

For any customizations, this holds the extra fields associated to customizations.

Collection of MiscFieldViewModel

None.

OrderGiftMessage

For any customizations, this holds the extra fields associated to customizations.

OrdersGiftMessageViewModel

None.