GET api/order/Order/{orderID}/LineItemDetails
This method will return detailed information concerning a given Order ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ILineItemDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| PartyID | integer |
None. |
|
| OrderDetailID | integer |
None. |
|
| ProductID | string |
None. |
|
| Description | string |
None. |
|
| Quantity | integer |
None. |
|
| Price | decimal number |
None. |
|
| Volume1 | decimal number |
None. |
|
| Volume2 | decimal number |
None. |
|
| Volume3 | decimal number |
None. |
|
| Volume4 | decimal number |
None. |
|
| OtherPrice1 | decimal number |
None. |
|
| OtherPrice2 | decimal number |
None. |
|
| OtherPrice3 | decimal number |
None. |
|
| OtherPrice4 | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| TaxableAmount | decimal number |
None. |
|
| IsGroupOwner | boolean |
None. |
|
| ParentOrderDetailID | integer |
None. |
|
| WarehouseName | string |
None. |
|
| WarehouseEmail | string |
None. |
|
| WarehousePackSlipLine1 | string |
None. |
|
| WarehousePackSlipLine2 | string |
None. |
|
| WarehousePackSlipLine3 | string |
None. |
|
| WarehousePackSlipLine4 | string |
None. |
|
| WarehousePackSlipLine5 | string |
None. |
|
| WarehousePackSlipLine6 | string |
None. |
|
| WarehousePickupLocation | string |
None. |
|
| WarehouseCompanyTaxID | string |
None. |
|
| WarehouseIntlCompanyName | string |
None. |
|
| WarehousePackSlipTaxTitle | string |
None. |
|
| WarehousePackSlipTaxPercentage | string |
None. |
|
| PackSlipProcessID | integer |
None. |
|
| PackSlipProductID | string |
None. |
|
| PackSlipBarcode | string |
None. |
|
| PackSlipDescription | string |
None. |
|
| CompareMSRP | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| LineItemWeight | decimal number |
None. |
|
| IsResellable | boolean |
None. |
|
| MinResellablePrice | decimal number |
None. |
|
| OrderdetailStatusID | integer |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.