Hacker News new | ask | show | jobs
by sawyer 3662 days ago
We call them Orders, and support them for all carriers including Uber.

https://www.easypost.com/docs/api#orders

2 comments

I might be wrong but it seems like the api is creating one shipment for each package with in an order. I assume that mean you will get a tracking number for each package (Unless tracking number is associated with order, not the shipment in the api). The Scenario I have seen this is not something desirable. UPS[0] and Fedex[1] I believe let you ship up to 20 boxes in one shipment.

[0]https://www.ups.com/content/us/en/resources/sri/glo_mlt_pc.h... [1]http://images.fedex.com/ca_english/businesstools/shipsoftwar...

Yes, most carriers will assign a unique tracking code (and shipping label) to each shipment in the order, and also a "master" tracking code for the entire order. Depending on who the recipient is they may want to watch the entire order from the single master tracking code, or keep an eye on each individual shipment.

It's not common, but sometimes individual shipments / parcels get separated from their orders in transit, so it can be helpful to have the individual tracking codes.

Australia Post calls them "consignments."

All articles belong to a consignment, and a consignment has one or more articles. There are dozens of services, the most used is eParcel which goes: Consignment #: ABC1234567 Article #: ABC123456789123456(09999)

Both include check digits, and the extra (09999) is the destination post code so it can still be routed in cases where the address info is damaged and the central servers are not available.

That's awesome.