These docs are for v1.1. Click to read the latest docs for v1.2.

Find a specific order by ShippingEasy order ID

All order query responses include an id field. The value of that id field is used in the endpoint for this API.

Note that the first example result shown above is for an order that has no shipments.

The second example shows an order that has associated shipments.

The third example shows the results of multiple queries to get information about an order that had two line items and was then split in the ShippingEasy user interface. The result is three orders: the original and the two new orders that were created as a result of the split.

The fourth example shows the results of multiple queries to get information about an an order that results from combining two orders in the ShippingEasy user interface. The result is three orders: the newly created combined order and the two original orders.

The fifth example shows the results of multiple queries to get information about an an order with two line items that was split. One of the resulting orders was then split by quantity. The end result is five orders: the original, the two split orders that resulted from the initial split, and the two orders that resulted from the quantity split.

Language
Authorization