GET api/Shipping/OrderInformation/Order?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 OrderShippingViewModelName | Description | Type | Additional information |
---|---|---|---|
OrderDate | date |
None. |
|
DatePosted | date |
None. |
|
OrderNumber | integer |
None. |
|
OrderType | string |
None. |
|
RepDID | string |
None. |
|
RepFirstName | string |
None. |
|
RepLastName | string |
None. |
|
CustomerDID | string |
None. |
|
CustomerFirstName | string |
None. |
|
CustomerLastName | string |
None. |
|
Telephone | string |
None. |
|
ShipName1 | string |
None. |
|
ShipName2 | string |
None. |
|
ShipStreet1 | string |
None. |
|
ShipStreet2 | string |
None. |
|
ShipCity | string |
None. |
|
ShipCountry | string |
None. |
|
ShipCounty | string |
None. |
|
ShipPostalCode | string |
None. |
|
ShipState | string |
None. |
|
SKU | string |
None. |
|
Quantity | integer |
None. |
|
RepEntity | integer |
None. |
|
ShipMethodID | integer |
None. |
|
ShipMethodDescription | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<ListOfOrderShippingViewModel> <OrderShippingViewModel> <OrderDate>01/09/2025 02:11:27</OrderDate> <DatePosted>01/09/2025 02:11:27</DatePosted> <OrderNumber>3</OrderNumber> <OrderType>sample string 4</OrderType> <RepDID>sample string 5</RepDID> <RepFirstName>sample string 6</RepFirstName> <RepLastName>sample string 7</RepLastName> <CustomerDID>sample string 8</CustomerDID> <CustomerFirstName>sample string 9</CustomerFirstName> <CustomerLastName>sample string 10</CustomerLastName> <ShipPhone>sample string 11</ShipPhone> <ShipName1>sample string 12</ShipName1> <ShipName2>sample string 13</ShipName2> <ShipStreet1>sample string 14</ShipStreet1> <ShipStreet2>sample string 15</ShipStreet2> <ShipCity>sample string 16</ShipCity> <ShipCountry>sample string 17</ShipCountry> <ShipCounty>sample string 18</ShipCounty> <ShipPostalCode>sample string 19</ShipPostalCode> <ShipState>sample string 20</ShipState> <ProductID>sample string 21</ProductID> <Quantity>22</Quantity> <RepEntityID>23</RepEntityID> <ShipMethodID>24</ShipMethodID> <ShipMethodDescription>sample string 25</ShipMethodDescription> </OrderShippingViewModel> <OrderShippingViewModel> <OrderDate>01/09/2025 02:11:27</OrderDate> <DatePosted>01/09/2025 02:11:27</DatePosted> <OrderNumber>3</OrderNumber> <OrderType>sample string 4</OrderType> <RepDID>sample string 5</RepDID> <RepFirstName>sample string 6</RepFirstName> <RepLastName>sample string 7</RepLastName> <CustomerDID>sample string 8</CustomerDID> <CustomerFirstName>sample string 9</CustomerFirstName> <CustomerLastName>sample string 10</CustomerLastName> <ShipPhone>sample string 11</ShipPhone> <ShipName1>sample string 12</ShipName1> <ShipName2>sample string 13</ShipName2> <ShipStreet1>sample string 14</ShipStreet1> <ShipStreet2>sample string 15</ShipStreet2> <ShipCity>sample string 16</ShipCity> <ShipCountry>sample string 17</ShipCountry> <ShipCounty>sample string 18</ShipCounty> <ShipPostalCode>sample string 19</ShipPostalCode> <ShipState>sample string 20</ShipState> <ProductID>sample string 21</ProductID> <Quantity>22</Quantity> <RepEntityID>23</RepEntityID> <ShipMethodID>24</ShipMethodID> <ShipMethodDescription>sample string 25</ShipMethodDescription> </OrderShippingViewModel> </ListOfOrderShippingViewModel>
application/json, text/json
Sample:
[ { "OrderDate": "2025-01-09T02:11:27.2176569-05:00", "DatePosted": "2025-01-09T02:11:27.2176569-05:00", "OrderNumber": 3, "OrderType": "sample string 4", "RepDID": "sample string 5", "RepFirstName": "sample string 6", "RepLastName": "sample string 7", "CustomerDID": "sample string 8", "CustomerFirstName": "sample string 9", "CustomerLastName": "sample string 10", "Telephone": "sample string 11", "ShipName1": "sample string 12", "ShipName2": "sample string 13", "ShipStreet1": "sample string 14", "ShipStreet2": "sample string 15", "ShipCity": "sample string 16", "ShipCountry": "sample string 17", "ShipCounty": "sample string 18", "ShipPostalCode": "sample string 19", "ShipState": "sample string 20", "SKU": "sample string 21", "Quantity": 22, "RepEntity": 23, "ShipMethodID": 24, "ShipMethodDescription": "sample string 25" }, { "OrderDate": "2025-01-09T02:11:27.2176569-05:00", "DatePosted": "2025-01-09T02:11:27.2176569-05:00", "OrderNumber": 3, "OrderType": "sample string 4", "RepDID": "sample string 5", "RepFirstName": "sample string 6", "RepLastName": "sample string 7", "CustomerDID": "sample string 8", "CustomerFirstName": "sample string 9", "CustomerLastName": "sample string 10", "Telephone": "sample string 11", "ShipName1": "sample string 12", "ShipName2": "sample string 13", "ShipStreet1": "sample string 14", "ShipStreet2": "sample string 15", "ShipCity": "sample string 16", "ShipCountry": "sample string 17", "ShipCounty": "sample string 18", "ShipPostalCode": "sample string 19", "ShipState": "sample string 20", "SKU": "sample string 21", "Quantity": 22, "RepEntity": 23, "ShipMethodID": 24, "ShipMethodDescription": "sample string 25" } ]