| Name | Description | Type | Additional information |
|---|---|---|---|
| Sequence |
The sequence of the line in the order. |
integer |
None. |
| ItemCode |
The item code for the item requested with this order. |
string |
None. |
| Description |
The description for the item requested with this order. |
string |
None. |
| AbcShopName |
The name of the ABC shop that has responsibility for the line. |
string |
None. |
| Originals |
The number of originals for this line. |
integer |
None. |
| Copies |
The number of copies requested with for this line. |
integer |
None. |
| PriceSource |
Where the pricing for the line was derived. Possible values are: BASE PRICE, CONTRACT, OVERRIDE, DELIVERY. |
string |
None. |
| UnitPrice |
The price of each item. For lines with variable pricing, see the PriceTierDetails collection for details. |
decimal number |
None. |
| UnitPriceIsVariable |
Indicates if the Unit Price is variable or fixed. |
boolean |
None. |
| ExtendedPrice |
The price of the line. |
decimal number |
None. |
| AdditionalDetails |
Any additional details provided for the line. |
string |
None. |
| IsShippingLine |
Indicates if the line is for shipping charges. |
boolean |
None. |
| ShipmentAllocations |
A collection describing how the line is broken up across shipments and packages. |
Collection of OrderDetailResponseLineAllocation |
None. |
| PriceTierDetails |
A collection describing the details of how the extended price was calculated. |
Collection of OrderResponseLinePriceTierDetail |
None. |