GET api/order/OnlineOrderDetail/ByOnlineOrderID?onlineOrderid={onlineOrderid}&includePromotions={includePromotions}

Allows you to get a list of items.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
onlineOrderid

The OnlineOrderID to get list of items.

integer

Required

includePromotions

Should we include items that were added to the online order via promotions?

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of IOnlineOrderDetailViewModel
NameDescriptionTypeAdditional information
OnlineOrderDetailId

integer

None.

ProductID

string

None.

InventoryID

integer

None.

DisplayName

string

None.

Price

decimal number

None.

Tax

decimal number

None.

Quantity

integer

None.

SmallImage

string

None.

ParentProductID

string

None.

ChildDisplayName

string

None.

QtyOptions

string

None.

CurrencySymbol

string

None.

Misc

Collection of IMiscFieldValue

None.

AltText

string

None.

SoftAllocationExpiration

date

None.

AutoShipPrice

decimal number

None.

IsAutoShipItem

boolean

None.

IsAutoShip

boolean

None.

Volume

decimal number

None.

Volume2

decimal number

None.

Volume3

decimal number

None.

Volume4

decimal number

None.

VolumeT

decimal number

None.

VolumeT2

decimal number

None.

VolumeT3

decimal number

None.

VolumeT4

decimal number

None.

WholesalePrice

decimal number

None.

DateNextRun

date

None.

SavedPrice

decimal number

None.

Response Formats

application/xml, text/xml, application/json, text/json

Sample:

Sample not available.