Allows you to retrieve the shipping information for a specific Order ID or a date range.
You can also use filters such as CarrierName, ShipCountry, and ShipMethodID.
GET /(Client)/api/Shipping/OrderInformation/Order
None
<?xml version="1.0" encoding="utf-8"?>
<ListOfOrderShippingViewModel>
<OrderShippingViewModel>
<OrderDate>12/19/2022 00:00:00</OrderDate>
<DatePosted>12/19/2022 18:10:11</DatePosted>
<OrderNumber>3431509</OrderNumber>
<OrderType>Regular</OrderType>
<RepDID>400001</RepDID>
<RepFirstName>L'BRI</RepFirstName>
<RepLastName>Administrator</RepLastName>
<CustomerDID>1364404</CustomerDID>
<CustomerFirstName>232</CustomerFirstName>
<CustomerLastName>32323</CustomerLastName>
<ShipPhone>12333223</ShipPhone>
<ShipName1>232 32323</ShipName1>
<ShipName2 />
<ShipStreet1>909 PERKINS DR</ShipStreet1>
<ShipStreet2 />
<ShipCity>MUKWONAGO</ShipCity>
<ShipCountry>USA</ShipCountry>
<ShipCounty>WALWORTH</ShipCounty>
<ShipPostalCode>53149</ShipPostalCode>
<ShipState>WI</ShipState>
<ProductID>4930</ProductID>
<Quantity>19</Quantity>
<RepEntityID>0</RepEntityID>
<ShipMethodID>1001</ShipMethodID>
<ShipMethodDescription>Customer Standard</ShipMethodDescription>
</OrderShippingViewModel>
<OrderShippingViewModel>
<OrderDate>12/19/2022 00:00:00</OrderDate>
<DatePosted>12/19/2022 18:10:11</DatePosted>
<OrderNumber>3431509</OrderNumber>
<OrderType>Regular</OrderType>
<RepDID>400001</RepDID>
<RepFirstName>L'BRI</RepFirstName>
<RepLastName>Administrator</RepLastName>
<CustomerDID>1364404</CustomerDID>
<CustomerFirstName>232</CustomerFirstName>
<CustomerLastName>32323</CustomerLastName>
<ShipPhone>12333223</ShipPhone>
<ShipName1>232 32323</ShipName1>
<ShipName2 />
<ShipStreet1>909 PERKINS DR</ShipStreet1>
<ShipStreet2 />
<ShipCity>MUKWONAGO</ShipCity>
<ShipCountry>USA</ShipCountry>
<ShipCounty>WALWORTH</ShipCounty>
<ShipPostalCode>53149</ShipPostalCode>
<ShipState>WI</ShipState>
<ProductID>WP</ProductID>
<Quantity>1</Quantity>
<RepEntityID>0</RepEntityID>
<ShipMethodID>1001</ShipMethodID>
<ShipMethodDescription>Customer Standard</ShipMethodDescription>
</OrderShippingViewModel>
</ListOfOrderShippingViewModel>