Is there really no “tracking_number” that can be included with a “shipment”? This seems like one of the more important properties of a shipment. Geesh.
How do you otherwise get the tracking numbers for each line item on an order?
For example: Given the ShipHero order id, how do you query/drill-down to get the tracking number for each LineItem on the order?
How would you recommend getting each Order LineItem’s tracking number?
For example, I will start with the ShipHero Order id. I then need to query into an order object and collect each shipped lineitem with its tracking number. There does not seem to be an obvious way to accomplish this
The line item section is if you need the sku, but if you can use the id, then you can avoid sending that part.
Let me know if this is not what you were looking for,
Thanks!
Tom
Thanks! This request does work. However, in my tests I am always getting an empty collection for shipping_labels. I need to find an order that I know has shipped to confirm.
Hi @bbarrett@tomasw were you able to also retrieve the shipped quantity associated with each SKU on a tracking number? For example, if an SKU was shipped across two packages (5 units in one and 3 units in the other), were you able to determine the quantity in each package? I added “quantity_shipped” to the query but it is only returning the total quantity on the order shipped, not the quantity shipped per package.