GET api/Shipping/OrderInformation/OrderWithDetails?orderID={orderID}&shipCountry={shipCountry}&startDate={startDate}&endDate={endDate}&carrierName={carrierName}&shipMethodID={shipMethodID}
This API method will allow you to get a specific order(s) information for shipping by the primary identifier or all orders for a date range
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderID | integer |
None. |
|
| shipCountry | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| carrierName | string |
None. |
|
| shipMethodID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of IShippingOrderInformationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| StatusID | integer |
None. |
|
| TotalPrice | decimal number |
None. |
|
| DatePosted | date |
None. |
|
| ShipName1 | string |
None. |
|
| ShipName2 | string |
None. |
|
| ShipStreet1 | string |
None. |
|
| ShipStreet2 | string |
None. |
|
| ShipCounty | string |
None. |
|
| ShipCity | string |
None. |
|
| ShipState | string |
None. |
|
| ShipPostalCode | string |
None. |
|
| ShipCountry | string |
None. |
|
| ShipPhone | string |
None. |
|
| ShipEmail | string |
None. |
|
| CustomerFirstName | string |
None. |
|
| CustomerLastName | string |
None. |
|
| CustomerDID | string |
None. |
|
| OrderDate | date |
None. |
|
| OrderType | string |
None. |
|
| Quantity | integer |
None. |
|
| RepID | integer |
None. |
|
| RepFirstName | string |
None. |
|
| RepLastName | string |
None. |
|
| RepDID | string |
None. |
|
| SubjectID | integer |
None. |
|
| SubjectTypeID | integer |
None. |
|
| SecondarySubjectID | integer |
None. |
|
| SecondarySubjectTypeID | integer |
None. |
|
| ShipMethodID | integer |
None. |
|
| ShipMethodDescription | string |
None. |
|
| CurrencyTypeID | integer |
None. |
|
| OrderDetails | Collection of IShippingOrderDetailInformationModel |
None. |
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.